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

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

Issue 24126006: Remove fast/html/imports/import-in-iframe-dynamic.html (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <html>
3 <script src="../../js/resources/js-test-pre.js"></script>
4 <body>
5 <script>
6 window.jsTestIsAsync = true;
7 var iframe = document.createElement('iframe');
8 iframe.src ='resources/child-frame-with-import.html';
9 document.body.appendChild(iframe);
10 </script>
11 <script src="../../js/resources/js-test-post.js"></script>
12 </body>
13 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/html/imports/import-in-iframe-dynamic-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698