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

Side by Side Diff: LayoutTests/fast/css/css-set-selector-text.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/fast/css/css-selector-text.html ('k') | LayoutTests/fast/css/css3-ch-unit.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 <html> 1 <html>
2 <head id="head"> 2 <head id="head">
3 <script src="../js/resources/js-test-pre.js"></script> 3 <script src="../js/resources/js-test-pre.js"></script>
4 </head> 4 </head>
5 <body> 5 <body>
6 <script> 6 <script>
7 7
8 description("This tests setting and re-serialization of some CSS selectors."); 8 description("This tests setting and re-serialization of some CSS selectors.");
9 9
10 var bogusSelector = "_foo"; 10 var bogusSelector = "_foo";
(...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after
170 170
171 shouldBe("setThenReadSelectorText(':after')", "'::after'"); 171 shouldBe("setThenReadSelectorText(':after')", "'::after'");
172 shouldBe("setThenReadSelectorText(':before')", "'::before'"); 172 shouldBe("setThenReadSelectorText(':before')", "'::before'");
173 shouldBe("setThenReadSelectorText(':first-letter')", "'::first-letter'"); 173 shouldBe("setThenReadSelectorText(':first-letter')", "'::first-letter'");
174 shouldBe("setThenReadSelectorText(':first-line')", "'::first-line'"); 174 shouldBe("setThenReadSelectorText(':first-line')", "'::first-line'");
175 shouldBe("setThenReadSelectorText(':-webkit-any( a.class1 , #id,[att r] )')","':-webkit-any(a.class1,#id,[attr])'"); 175 shouldBe("setThenReadSelectorText(':-webkit-any( a.class1 , #id,[att r] )')","':-webkit-any(a.class1,#id,[attr])'");
176 176
177 debug(''); 177 debug('');
178 178
179 </script> 179 </script>
180 <script src="../js/resources/js-test-post.js"></script>
181 </body> 180 </body>
182 </html> 181 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/css/css-selector-text.html ('k') | LayoutTests/fast/css/css3-ch-unit.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698