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

Unified Diff: LayoutTests/http/tests/htmlimports/import-blocking-child-blocks-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-child-blocks-child.html
diff --git a/LayoutTests/http/tests/htmlimports/cross-origin.html b/LayoutTests/http/tests/htmlimports/import-blocking-child-blocks-child.html
similarity index 53%
copy from LayoutTests/http/tests/htmlimports/cross-origin.html
copy to LayoutTests/http/tests/htmlimports/import-blocking-child-blocks-child.html
index 7a5a496b65499016d530e150a891e64f240255a6..7ef5e03d70d8d5143fa454067bb3398d9e11c38c 100644
--- a/LayoutTests/http/tests/htmlimports/cross-origin.html
+++ b/LayoutTests/http/tests/htmlimports/import-blocking-child-blocks-child.html
@@ -1,13 +1,11 @@
<!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">
+<link id="leaf" rel="import" href="resources/import-blocking-child-2.html">
</head>
<body>
-<script>
-shouldBeNull("target.import");
-</script>
<script src="/js-test-resources/js-test-post.js"></script>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698