| OLD | NEW |
| 1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/st
rict.dtd"> | 1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/st
rict.dtd"> |
| 2 <html> | 2 <html> |
| 3 <head> | 3 <head><meta charset="utf-8"/> |
| 4 <title>CSS Test: height set to 0 to elements with 'display' set to 'list-item'
</title> | 4 <title>CSS Test: height set to 0 to elements with 'display' set to 'list-item'
</title> |
| 5 | 5 |
| 6 <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/Browser
BugsSection/css21testsuite/"> | 6 <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/Browser
BugsSection/css21testsuite/"> |
| 7 <link rel="author" title="Boris Zbarsky" href="bzbarsky@MIT.EDU"> | 7 <link rel="author" title="Boris Zbarsky" href="bzbarsky@MIT.EDU"> |
| 8 <link rel="bookmark" title="Interesting testcase that some UAs appear to fail"
href="http://lists.w3.org/Archives/Public/public-css-testsuite/2012Feb/0028.htm
l"> | 8 <link rel="bookmark" title="Interesting testcase that some UAs appear to fail"
href="http://lists.w3.org/Archives/Public/public-css-testsuite/2012Feb/0028.htm
l"> |
| 9 <link rel="help" title="10.5 Content height: the 'height' property" href="http
://www.w3.org/TR/CSS21/visudet.html#the-height-property"> | 9 <link rel="help" title="10.5 Content height: the 'height' property" href="http
://www.w3.org/TR/CSS21/visudet.html#the-height-property"> |
| 10 <meta content="" name="flags"> | 10 <meta content="" name="flags"> |
| 11 <meta content="If height of content exceeds the set height of a block-level no
n-replaced element in normal flow (like a list-item element such as in this test
), then the content should overflow according to the 'overflow' property." name=
"assert"> | 11 <meta content="If height of content exceeds the set height of a block-level no
n-replaced element in normal flow (like a list-item element such as in this test
), then the content should overflow according to the 'overflow' property." name=
"assert"> |
| 12 | 12 |
| 13 <!-- Adapted margin-top values to allow compensating values for height of 1px
in the reference result--> | 13 <!-- Adapted margin-top values to allow compensating values for height of 1px
in the reference result--> |
| (...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 92 <li id="xhidden">PASS</li> | 92 <li id="xhidden">PASS</li> |
| 93 </ul> | 93 </ul> |
| 94 | 94 |
| 95 <!--Block content in list-item with overflow-x: hidden and height:0 does not g
et painted--> | 95 <!--Block content in list-item with overflow-x: hidden and height:0 does not g
et painted--> |
| 96 <ul> | 96 <ul> |
| 97 <li id="xhidden"><div>PASS</div></li> | 97 <li id="xhidden"><div>PASS</div></li> |
| 98 </ul> | 98 </ul> |
| 99 | 99 |
| 100 </body> | 100 </body> |
| 101 </html> | 101 </html> |
| OLD | NEW |