Last active
August 29, 2015 13:57
-
-
Save pcwalton/9557836 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
row 1 (scalp) | |
position: fixed | |
min-height/max-height | |
paint order of absolute relative to fixed | |
row 2 (blockquote) | |
absolute does not shrink-to-fit around floats | |
absolute is mispositioned | |
row 3 (forehead) | |
OK! | |
rows 4 and 5 (eyes) | |
inline content doesn't paint on top of floats or blocks (right border color) | |
background-attachment doesn't parse (DONE) | |
background-position doesn't work (DONE) | |
background-repeat doesn't work (DONE) | |
no padding-right on inlines | |
rows 6, 7, 8, and 9 (nose) | |
nose border not rendered correctly as a diamond | |
rows 10 and 11 (smile) | |
margin collapse is wrong | |
row 12 (chin) | |
negative margins | |
line-height is not set correctly (DONE #1919) | |
background-attachment: fixed | |
row 13 (parser) | |
OK! | |
row 14 (tables) | |
tables are unsupported | |
row 15 (tables 2) | |
tables are unsupported | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment