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

Unified Diff: LayoutTests/http/tests/htmlimports/import-blocking-nested-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
Index: LayoutTests/http/tests/htmlimports/import-blocking-nested-child.html
diff --git a/LayoutTests/http/tests/htmlimports/cross-origin.html b/LayoutTests/http/tests/htmlimports/import-blocking-nested-child.html
similarity index 61%
copy from LayoutTests/http/tests/htmlimports/cross-origin.html
copy to LayoutTests/http/tests/htmlimports/import-blocking-nested-child.html
index 7a5a496b65499016d530e150a891e64f240255a6..7ec4196838ab9127fc1439ca6aff3638042fc007 100644
--- a/LayoutTests/http/tests/htmlimports/cross-origin.html
+++ b/LayoutTests/http/tests/htmlimports/import-blocking-nested-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-nested-child-1.html">
</head>
<body>
<script>
-shouldBeNull("target.import");
+shouldBeTrue("blockingScriptHasRun");
</script>
<script src="/js-test-resources/js-test-post.js"></script>
</body>

Powered by Google App Engine
This is Rietveld 408576698