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

Side by Side Diff: LayoutTests/css3/supports-dom-api.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
« no previous file with comments | « LayoutTests/css3/supports-cssom.html ('k') | LayoutTests/css3/unicode-bidi-insolate-parse.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE HTML> 1 <!DOCTYPE HTML>
2 <html> 2 <html>
3 <head> 3 <head>
4 <script src="../fast/js/resources/js-test-pre.js"></script> 4 <script src="../fast/js/resources/js-test-pre.js"></script>
5 </head> 5 </head>
6 <body> 6 <body>
7 <script> 7 <script>
8 description("Test window.CSS.supports()"); 8 description("Test window.CSS.supports()");
9 9
10 shouldBeTrue('CSS.supports("(display: none)")'); 10 shouldBeTrue('CSS.supports("(display: none)")');
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
76 shouldBeFalse('CSS.supports("", "")'); 76 shouldBeFalse('CSS.supports("", "")');
77 shouldBeFalse('CSS.supports(true, "")'); 77 shouldBeFalse('CSS.supports(true, "")');
78 shouldBeFalse('CSS.supports([], "none")'); 78 shouldBeFalse('CSS.supports([], "none")');
79 shouldBeFalse('CSS.supports("display", "")'); 79 shouldBeFalse('CSS.supports("display", "")');
80 shouldBeFalse('CSS.supports("display:", "none")'); 80 shouldBeFalse('CSS.supports("display:", "none")');
81 shouldBeTrue('CSS.supports("z-index", 1)'); 81 shouldBeTrue('CSS.supports("z-index", 1)');
82 shouldBeFalse('CSS.supports("content", [])'); 82 shouldBeFalse('CSS.supports("content", [])');
83 shouldBeFalse('CSS.supports("content", "!important")'); 83 shouldBeFalse('CSS.supports("content", "!important")');
84 shouldBeFalse('CSS.supports("(display: none)", undefined)'); 84 shouldBeFalse('CSS.supports("(display: none)", undefined)');
85 </script> 85 </script>
86 <script src="../fast/js/resources/js-test-post.js"></script>
87 </body> 86 </body>
88 </html> 87 </html>
OLDNEW
« no previous file with comments | « LayoutTests/css3/supports-cssom.html ('k') | LayoutTests/css3/unicode-bidi-insolate-parse.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698