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 | 3 |
4 <head> | 4 <head> |
5 | 5 |
6 <title>CSS Test: height set to 0 to elements with 'display' set to 'list-item'
</title> | 6 <title>CSS Test: height set to 0 to elements with 'display' set to 'list-item'
</title> |
7 | 7 |
8 <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserB
ugsSection/css21testsuite/"> | 8 <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserB
ugsSection/css21testsuite/"> |
9 <link rel="author" title="Boris Zbarsky" href="bzbarsky@MIT.EDU"> | 9 <link rel="author" title="Boris Zbarsky" href="bzbarsky@MIT.EDU"> |
10 <link rel="help" title="10.5 Content height: the 'height' property" href="http
://www.w3.org/TR/CSS21/visudet.html#the-height-property"> | 10 <link rel="help" title="10.5 Content height: the 'height' property" href="http
://www.w3.org/TR/CSS21/visudet.html#the-height-property"> |
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
49 | 49 |
50 <ul> | 50 <ul> |
51 <li>PASS</li> | 51 <li>PASS</li> |
52 </ul> | 52 </ul> |
53 | 53 |
54 <ul> | 54 <ul> |
55 <li>PASS</li> | 55 <li>PASS</li> |
56 </ul> | 56 </ul> |
57 | 57 |
58 </body> | 58 </body> |
59 </html> | 59 </html> |
OLD | NEW |