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

Side by Side Diff: LayoutTests/fast/css/counters/2displays.html

Issue 48903019: Delete js-test-post.js. (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"> 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
2 <html> 2 <html>
3 <head> 3 <head>
4 <title>2 renderers 1 counter reset failure.</title> 4 <title>2 renderers 1 counter reset failure.</title>
5 <meta name="assert" content="When a Counter node is destroyed all its display re nderers must be reset."> 5 <meta name="assert" content="When a Counter node is destroyed all its display re nderers must be reset.">
6 <style type="text/css"> 6 <style type="text/css">
7 7
8 #testView:before { 8 #testView:before {
9 content: "First Counter:" counters(test, ".") " Second Counter:" counters(test , "."); 9 content: "First Counter:" counters(test, ".") " Second Counter:" counters(test , ".");
10 } 10 }
(...skipping 25 matching lines...) Expand all
36 if (window.testRunner) 36 if (window.testRunner)
37 testRunner.notifyDone(); 37 testRunner.notifyDone();
38 } 38 }
39 39
40 window.onload = run; 40 window.onload = run;
41 41
42 </script> 42 </script>
43 </head> 43 </head>
44 <body> 44 <body>
45 <div id="testView" class="counter1"></div> 45 <div id="testView" class="counter1"></div>
46 <script src="../../js/resources/js-test-post.js"></script>
47 </body> 46 </body>
48 </html> 47 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/css/content-language-with-whitespace.html ('k') | LayoutTests/fast/css/counters/counter-cssText.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698