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

Unified Diff: LayoutTests/fast/dom/gc-treescope.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/gc-treescope.html
diff --git a/LayoutTests/fast/dom/gc-treescope.html b/LayoutTests/fast/dom/gc-treescope.html
index e27b17ebe5547adba863e4dadd827a5bdd6dc356..ac10851235ce1bc20b183bbc8a3bd5f69c6ec134 100644
--- a/LayoutTests/fast/dom/gc-treescope.html
+++ b/LayoutTests/fast/dom/gc-treescope.html
@@ -25,7 +25,7 @@ function reloadUntil(max) {
function init() {
var shadowHost = document.createElement("SHADOWHOST");
- var shadowRoot = shadowHost.webkitCreateShadowRoot();
+ var shadowRoot = shadowHost.createShadowRoot();
var child = document.createElement("CHILD");
shadowRoot.appendChild(child);
child.style.zoom = 34;

Powered by Google App Engine
This is Rietveld 408576698