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

Side by Side Diff: LayoutTests/fast/css/style-scoped/basic-attribute.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 <link rel="stylesheet" href="../../js/resources/js-test-style.css"> 3 <link rel="stylesheet" href="../../js/resources/js-test-style.css">
4 <script src="../../js/resources/js-test-pre.js"></script> 4 <script src="../../js/resources/js-test-pre.js"></script>
5 </head> 5 </head>
6 <body> 6 <body>
7 <p>Basic test for the &lt;style scoped&gt; attribute.</p> 7 <p>Basic test for the &lt;style scoped&gt; attribute.</p>
8 <div id="scope"> 8 <div id="scope">
9 <style id="global1"></style> 9 <style id="global1"></style>
10 <style scoped='scoped' id="scoped1"></style> 10 <style scoped='scoped' id="scoped1"></style>
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
112 shouldBeTrue("testBooleanAttribute(scoped1, 'scoped')"); 112 shouldBeTrue("testBooleanAttribute(scoped1, 'scoped')");
113 shouldBeTrue("scoped1.scoped"); 113 shouldBeTrue("scoped1.scoped");
114 shouldBeTrue("testBooleanAttribute(scoped2, 'scoped')"); 114 shouldBeTrue("testBooleanAttribute(scoped2, 'scoped')");
115 shouldBeTrue("scoped2.scoped"); 115 shouldBeTrue("scoped2.scoped");
116 shouldBeTrue("testBooleanAttribute(scoped3, 'scoped')"); 116 shouldBeTrue("testBooleanAttribute(scoped3, 'scoped')");
117 shouldBeTrue("scoped3.scoped"); 117 shouldBeTrue("scoped3.scoped");
118 118
119 debug("--- DONE ---"); 119 debug("--- DONE ---");
120 var successfullyParsed = true; 120 var successfullyParsed = true;
121 </script> 121 </script>
122 <script src="../../js/resources/js-test-post.js"></script>
123 </body> 122 </body>
124 </html> 123 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/css/style-enumerate-properties.html ('k') | LayoutTests/fast/css/style-scoped/registering.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698