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

Unified Diff: LayoutTests/fast/dom/shadow/adopt-node-with-shadow-root.html

Issue 679863002: Revert "Prepare blink to unify definitions of load completion" (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 2 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/fast/dom/shadow/adopt-node-with-shadow-root.html
diff --git a/LayoutTests/fast/dom/shadow/adopt-node-with-shadow-root.html b/LayoutTests/fast/dom/shadow/adopt-node-with-shadow-root.html
index 5e2646fddb218523a77da647a1ff759c4b1a0c29..ca57b93b9a1ec3c1c2133544136a8038943a5de1 100644
--- a/LayoutTests/fast/dom/shadow/adopt-node-with-shadow-root.html
+++ b/LayoutTests/fast/dom/shadow/adopt-node-with-shadow-root.html
@@ -11,6 +11,7 @@ function test() {
var foreignDocument = document.getElementById('root').contentDocument;
shadow = foreignDocument.getElementById('s').createShadowRoot();
shouldThrow("document.adoptNode(shadow)");
+ location.reload();
}
</script>
</body>

Powered by Google App Engine
This is Rietveld 408576698