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

Unified Diff: LayoutTests/inspector/elements/breadcrumb-shadow-roots.html

Issue 212303005: Revert of 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/inspector/elements/breadcrumb-shadow-roots.html
diff --git a/LayoutTests/inspector/elements/breadcrumb-shadow-roots.html b/LayoutTests/inspector/elements/breadcrumb-shadow-roots.html
index 9c8a4c4a77df56b7fffabd2167e81f421f65b076..f586203a88d72cfc98a653c9cb4dc7461e49341b 100644
--- a/LayoutTests/inspector/elements/breadcrumb-shadow-roots.html
+++ b/LayoutTests/inspector/elements/breadcrumb-shadow-roots.html
@@ -8,7 +8,7 @@
function loaded()
{
var template = document.querySelector("#tmpl");
- var root = document.querySelector("#host").createShadowRoot();
+ var root = document.querySelector("#host").webkitCreateShadowRoot();
root.appendChild(template.content.cloneNode(true));
runTest();
}

Powered by Google App Engine
This is Rietveld 408576698