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

Side by Side Diff: LayoutTests/fast/css/style-scoped/basic-attribute.html

Issue 58533003: Move fast/js/resources files to resources. (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 <script src="../../js/resources/js-test-pre.js"></script> 3 <script src="../../../resources/js-test.js"></script>
4 </head> 4 </head>
5 <body> 5 <body>
6 <p>Basic test for the &lt;style scoped&gt; attribute.</p> 6 <p>Basic test for the &lt;style scoped&gt; attribute.</p>
7 <div id="scope"> 7 <div id="scope">
8 <style id="global1"></style> 8 <style id="global1"></style>
9 <style scoped='scoped' id="scoped1"></style> 9 <style scoped='scoped' id="scoped1"></style>
10 </div> 10 </div>
11 11
12 <div id="console"></div> 12 <div id="console"></div>
13 13
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
113 shouldBeTrue("testBooleanAttribute(scoped2, 'scoped')"); 113 shouldBeTrue("testBooleanAttribute(scoped2, 'scoped')");
114 shouldBeTrue("scoped2.scoped"); 114 shouldBeTrue("scoped2.scoped");
115 shouldBeTrue("testBooleanAttribute(scoped3, 'scoped')"); 115 shouldBeTrue("testBooleanAttribute(scoped3, 'scoped')");
116 shouldBeTrue("scoped3.scoped"); 116 shouldBeTrue("scoped3.scoped");
117 117
118 debug("--- DONE ---"); 118 debug("--- DONE ---");
119 var successfullyParsed = true; 119 var successfullyParsed = true;
120 </script> 120 </script>
121 </body> 121 </body>
122 </html> 122 </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