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> |
4 <title>CSS Test: Counter-increment tests</title> | 4 <title>CSS Test: Counter-increment tests</title> |
5 <link rel="author" title="Microsoft" href="http://www.microsoft.com/"> | 5 <link rel="author" title="Microsoft" href="http://www.microsoft.com/"> |
6 <link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#counters
"> | 6 <link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#counters
"> |
7 <script src="../../js/resources/js-test-pre.js"></script> | 7 <script src="../../../resources/js-test.js"></script> |
8 <script> | 8 <script> |
9 if (window.testRunner) { | 9 if (window.testRunner) { |
10 testRunner.dumpAsText(); | 10 testRunner.dumpAsText(); |
11 testRunner.waitUntilDone(); | 11 testRunner.waitUntilDone(); |
12 } | 12 } |
13 function run() | 13 function run() |
14 { | 14 { |
15 /* These are text versions of the counter-increment-* tests in t
he CSS 2.1 test suite. | 15 /* These are text versions of the counter-increment-* tests in t
he CSS 2.1 test suite. |
16 So 'test3' here is equivalent to counter-increment-003.htm, a
nd so on. | 16 So 'test3' here is equivalent to counter-increment-003.htm, a
nd so on. |
17 WebKit dumpAsText versions of counter-increment-001 and 002 a
lready exist in fast/css/counters */ | 17 WebKit dumpAsText versions of counter-increment-001 and 002 a
lready exist in fast/css/counters */ |
(...skipping 576 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
594 <div id="test53"></div> | 594 <div id="test53"></div> |
595 <div id="none53"></div> | 595 <div id="none53"></div> |
596 <div id="test53a"></div> | 596 <div id="test53a"></div> |
597 <div id="wrapper54"> | 597 <div id="wrapper54"> |
598 <div id="test54"></div> | 598 <div id="test54"></div> |
599 </div> | 599 </div> |
600 <div id="test55"></div> | 600 <div id="test55"></div> |
601 <div id="test56"></div> | 601 <div id="test56"></div> |
602 </body> | 602 </body> |
603 </html> | 603 </html> |
OLD | NEW |