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

Unified Diff: LayoutTests/fast/dom/HTMLDialogElement/modal-dialog-distributed-child-is-not-inert.html

Issue 208503004: Remove prefixed Shadow DOM APIs in Element. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 9 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/HTMLDialogElement/modal-dialog-distributed-child-is-not-inert.html
diff --git a/LayoutTests/fast/dom/HTMLDialogElement/modal-dialog-distributed-child-is-not-inert.html b/LayoutTests/fast/dom/HTMLDialogElement/modal-dialog-distributed-child-is-not-inert.html
index e64e1990e22041fa3a391079b3c75eb1a5fd5b27..eba625b8abf55eb7527159d161a2e73ec3c46ec4 100644
--- a/LayoutTests/fast/dom/HTMLDialogElement/modal-dialog-distributed-child-is-not-inert.html
+++ b/LayoutTests/fast/dom/HTMLDialogElement/modal-dialog-distributed-child-is-not-inert.html
@@ -25,7 +25,7 @@ jsTestIsAsync = true;
description('Tests that nodes transposed into the dialog are not inert. The test passes if you can click the button.');
dialog = document.querySelector('dialog');
-root = document.querySelector('#host').webkitCreateShadowRoot();
+root = document.querySelector('#host').createShadowRoot();
root.appendChild(dialog);
dialog.showModal();

Powered by Google App Engine
This is Rietveld 408576698