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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | LayoutTests/fast/html/imports/import-in-iframe-dynamic.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/html/imports/import-in-iframe.html
diff --git a/LayoutTests/fast/filesystem/workers/async-operations.html b/LayoutTests/fast/html/imports/import-in-iframe.html
similarity index 60%
copy from LayoutTests/fast/filesystem/workers/async-operations.html
copy to LayoutTests/fast/html/imports/import-in-iframe.html
index 8464a28cd34456e95d735b4678824850f10b0361..f87d1f480b318487ef1229ca414b15fee9bc8d2c 100644
--- a/LayoutTests/fast/filesystem/workers/async-operations.html
+++ b/LayoutTests/fast/html/imports/import-in-iframe.html
@@ -1,12 +1,11 @@
+<!DOCTYPE html>
<html>
-<head>
<script src="../../js/resources/js-test-pre.js"></script>
-</head>
<body>
+<iframe src="resources/child-frame-with-import.html"></iframe>
<script>
-worker = startWorker('../resources/async-operations.js');
+window.jsTestIsAsync = true;
</script>
<script src="../../js/resources/js-test-post.js"></script>
</body>
</html>
-
« 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