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

Side by Side Diff: LayoutTests/fast/html/imports/import-in-iframe.html

Issue 23933004: Add tests for imports in iframe (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Removed bogus commas Created 7 years, 3 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
« no previous file with comments | « no previous file | LayoutTests/fast/html/imports/import-in-iframe-dynamic.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE html>
1 <html> 2 <html>
2 <head>
3 <script src="../../js/resources/js-test-pre.js"></script> 3 <script src="../../js/resources/js-test-pre.js"></script>
4 </head>
5 <body> 4 <body>
5 <iframe src="resources/child-frame-with-import.html"></iframe>
6 <script> 6 <script>
7 worker = startWorker('../resources/async-operations.js'); 7 window.jsTestIsAsync = true;
8 </script> 8 </script>
9 <script src="../../js/resources/js-test-post.js"></script> 9 <script src="../../js/resources/js-test-post.js"></script>
10 </body> 10 </body>
11 </html> 11 </html>
12
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/html/imports/import-in-iframe-dynamic.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698