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

Unified Diff: LayoutTests/http/tests/htmlimports/import-blocking-child.html

Issue 21182004: [HTML Imports] Make import loading in order. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Addressed feedback. Created 7 years, 5 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/http/tests/htmlimports/import-blocking-child-blocks-child.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/http/tests/htmlimports/import-blocking-child.html
diff --git a/LayoutTests/http/tests/htmlimports/cross-origin.html b/LayoutTests/http/tests/htmlimports/import-blocking-child.html
similarity index 61%
copy from LayoutTests/http/tests/htmlimports/cross-origin.html
copy to LayoutTests/http/tests/htmlimports/import-blocking-child.html
index 7a5a496b65499016d530e150a891e64f240255a6..17d08c824f8d34f5fb5573e467eb510e1816010b 100644
--- a/LayoutTests/http/tests/htmlimports/cross-origin.html
+++ b/LayoutTests/http/tests/htmlimports/import-blocking-child.html
@@ -1,12 +1,12 @@
<!DOCTYPE html>
<html>
<head>
-<link id="target" rel="import" href="http://localhost:8080/htmlimports/resources/hello.html">
<script src="/js-test-resources/js-test-pre.js"></script>
+<link id="leaf" rel="import" href="resources/import-blocking-child-1.html">
</head>
<body>
<script>
-shouldBeNull("target.import");
+shouldBeTrue("blockingScriptHasRun");
</script>
<script src="/js-test-resources/js-test-post.js"></script>
</body>
« no previous file with comments | « no previous file | LayoutTests/http/tests/htmlimports/import-blocking-child-blocks-child.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698