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

Side by Side Diff: LayoutTests/fast/html/imports/import-same-url.html

Issue 15856002: First step of HTMLImports (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fixed Mac build Created 7 years, 6 months 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
(Empty)
1 <!DOCTYPE html>
2 <html>
3 <script src="../../js/resources/js-test-pre.js"></script>
4 <head>
5 <link id="target1" rel="import" href="resources/hello.html">
6 <link id="target2" rel="import" href="resources/hello.html">
7 </head>
8 <body>
9 <script>
10 shouldBeNonNull("target1.import");
11 shouldBe("target1.import", "target2.import");
12 </script>
13 <script src="../../js/resources/js-test-post.js"></script>
14 </body>
15 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/html/imports/import-remove-expected.txt ('k') | LayoutTests/fast/html/imports/import-same-url-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698