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

Unified Diff: LayoutTests/inspector-protocol/shadow-dom-rules-in-styleSheetAddedEvent.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-protocol/shadow-dom-rules-in-styleSheetAddedEvent.html
diff --git a/LayoutTests/inspector-protocol/shadow-dom-rules-in-styleSheetAddedEvent.html b/LayoutTests/inspector-protocol/shadow-dom-rules-in-styleSheetAddedEvent.html
index b3be764d7c5d887989d475da9cd80081e1263944..657ea1d7fb6fd4fcfd4c5dc2ea3b7816c2629b0a 100644
--- a/LayoutTests/inspector-protocol/shadow-dom-rules-in-styleSheetAddedEvent.html
+++ b/LayoutTests/inspector-protocol/shadow-dom-rules-in-styleSheetAddedEvent.html
@@ -6,7 +6,7 @@
function pageLoaded()
{
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