| 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();
|
| }
|
|
|