Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(303)

Side by Side Diff: LayoutTests/fast/css/counters/counter-increment-tests.htm

Issue 58533003: Move fast/js/resources files to resources. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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
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>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698