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

Side by Side Diff: LayoutTests/http/tests/htmlimports/same-origin.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
1 <!DOCTYPE html>
1 <html> 2 <html>
2 <head> 3 <head>
4 <link id="target" rel="import" href="resources/hello.html">
3 <script src="/js-test-resources/js-test-pre.js"></script> 5 <script src="/js-test-resources/js-test-pre.js"></script>
4 <script src="../resources/fs-worker-test-util.js"></script>
5 </head> 6 </head>
6 <body> 7 <body>
7 <p id="description"></p>
8 <div id="console"></div>
9 <script> 8 <script>
10 startWorker('YOUR_JS_FILE_HERE'); 9 shouldBe("target.import.querySelector('h1').innerHTML", "'Hello'");
11 </script> 10 </script>
12 <script src="/js-test-resources/js-test-post.js"></script> 11 <script src="/js-test-resources/js-test-post.js"></script>
13 </body> 12 </body>
14 </html> 13 </html>
OLDNEW
« no previous file with comments | « LayoutTests/http/tests/htmlimports/resources/hello.html ('k') | LayoutTests/http/tests/htmlimports/same-origin-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698