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

Side by Side Diff: LayoutTests/fast/html/imports/import-same-url.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 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <script src="../../js/resources/js-test-pre.js"></script> 3 <script src="../../../resources/js-test.js"></script>
4 <head> 4 <head>
5 <link id="target1" rel="import" href="resources/hello.html"> 5 <link id="target1" rel="import" href="resources/hello.html">
6 <link id="target2" rel="import" href="resources/hello.html"> 6 <link id="target2" rel="import" href="resources/hello.html">
7 <link id="target3" rel="import" href="resources/hello.html#fragment"> 7 <link id="target3" rel="import" href="resources/hello.html#fragment">
8 </head> 8 </head>
9 <body> 9 <body>
10 <script> 10 <script>
11 shouldBeNonNull("target1.import"); 11 shouldBeNonNull("target1.import");
12 shouldBe("target1.import", "target2.import"); 12 shouldBe("target1.import", "target2.import");
13 shouldBe("target1.import", "target3.import"); 13 shouldBe("target1.import", "target3.import");
14 </script> 14 </script>
15 </body> 15 </body>
16 </html> 16 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/html/imports/import-remove.html ('k') | LayoutTests/fast/html/imports/import-success-fail.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698