OLD | NEW |
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"> | 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"> |
2 <html> | 2 <html> |
3 <head> | 3 <head> |
4 <title>WebKit's adaptation of http://test.csswg.org/suites/css2.1/20110111/htm
l4/content-021.htm</title> | 4 <title>WebKit's adaptation of http://test.csswg.org/suites/css2.1/20110111/htm
l4/content-021.htm</title> |
5 <link rel="originalAuthor" title="Microsoft" href="http://www.microsoft.com/"> | 5 <link rel="originalAuthor" title="Microsoft" href="http://www.microsoft.com/"> |
6 <link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#propdef-conten
t"> | 6 <link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#propdef-conten
t"> |
7 <link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#content"> | 7 <link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#content"> |
8 <meta name="flags" content=""> | 8 <meta name="flags" content=""> |
9 <meta name="assert" content="The 'content' property properly handles | 9 <meta name="assert" content="The 'content' property properly handles |
10 counter autonesting when anonymous renderers intervene between the | 10 counter autonesting when anonymous renderers intervene between the |
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
46 Test: Content using a 'counters()' function with a string value</a>.</p> | 46 Test: Content using a 'counters()' function with a string value</a>.</p> |
47 <div id="testView"> | 47 <div id="testView"> |
48 <p>Test passes if there are the numbers "0" and "0.0" in the box below.</p> | 48 <p>Test passes if there are the numbers "0" and "0.0" in the box below.</p> |
49 <div id="div1"> | 49 <div id="div1"> |
50 <div id="div2"></div> | 50 <div id="div2"></div> |
51 </div> | 51 </div> |
52 </div> | 52 </div> |
53 <div id="console"></div> | 53 <div id="console"></div> |
54 </body> | 54 </body> |
55 </html> | 55 </html> |
OLD | NEW |