Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / inspector-protocol / shadow-dom-rules-in-styleSheetAddedEvent.html
index 657ea1d..b3be764 100644 (file)
@@ -6,7 +6,7 @@
 function pageLoaded()
 {
     var template = document.querySelector("#tmpl");
-    var root = document.querySelector("#host").webkitCreateShadowRoot();
+    var root = document.querySelector("#host").createShadowRoot();
     root.appendChild(template.content.cloneNode(true));
     runTest();
 }