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

Unified Diff: third_party/WebKit/LayoutTests/fast/dom/custom/reparent-unwrapped-custom-element-crash.html

Issue 1475863005: [Async][WIP] Call FrameLoader::checkCompleted() asynchronously to avoid sync body.onload() Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 4 years, 10 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: third_party/WebKit/LayoutTests/fast/dom/custom/reparent-unwrapped-custom-element-crash.html
diff --git a/third_party/WebKit/LayoutTests/fast/dom/custom/reparent-unwrapped-custom-element-crash.html b/third_party/WebKit/LayoutTests/fast/dom/custom/reparent-unwrapped-custom-element-crash.html
index 9d956aed028ca1d534c52ec2225a8f4f15cc435e..cf2a4d4fb923f258cc40a349806f916adb304bed 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/custom/reparent-unwrapped-custom-element-crash.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/custom/reparent-unwrapped-custom-element-crash.html
@@ -1,4 +1,4 @@
-<script src="../../../js-test.js"></script>
+<script src="../../../resources/js-test.js"></script>
<body>
If this doesn't crash, it passed.
<iframe id=iframe src=resources/empty-custom-body.html></iframe>

Powered by Google App Engine
This is Rietveld 408576698