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

Side by Side Diff: LayoutTests/fast/css/counters/getCounterValue.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 <html> 1 <html>
2 <head> 2 <head>
3 <style> 3 <style>
4 body { 4 body {
5 counter-reset: section; 5 counter-reset: section;
6 } 6 }
7 h1 { 7 h1 {
8 counter-increment: section; 8 counter-increment: section;
9 } 9 }
10 h2:before { 10 h2:before {
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
51 shouldBeEqualToString("counters[2].separator", ""); 51 shouldBeEqualToString("counters[2].separator", "");
52 52
53 shouldBeEqualToString("counters[3].identifier", "section"); 53 shouldBeEqualToString("counters[3].identifier", "section");
54 shouldBeEqualToString("counters[3].listStyle", "upper-roman"); 54 shouldBeEqualToString("counters[3].listStyle", "upper-roman");
55 shouldBeEqualToString("counters[3].separator", ","); 55 shouldBeEqualToString("counters[3].separator", ",");
56 56
57 shouldBeEqualToString("counters[4].identifier", "section"); 57 shouldBeEqualToString("counters[4].identifier", "section");
58 shouldBeEqualToString("counters[4].listStyle", "none"); 58 shouldBeEqualToString("counters[4].listStyle", "none");
59 shouldBeEqualToString("counters[4].separator", ""); 59 shouldBeEqualToString("counters[4].separator", "");
60 </script> 60 </script>
61 <script src="../../js/resources/js-test-post.js"></script>
62 </body> 61 </body>
63 </html> 62 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/css/counters/counter-cssText.html ('k') | LayoutTests/fast/css/css-keyframe-style-parentRule.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698