Index: LayoutTests/fast/dom/shadow/reattach-content-ancestor.html |
diff --git a/LayoutTests/fast/dom/shadow/reattach-content-ancestor.html b/LayoutTests/fast/dom/shadow/reattach-content-ancestor.html |
index 977a3d2706ef64dd267896345eeb7112a874f56f..066f3b1113297cbc2583a3aab943a3e6d3ba85ad 100644 |
--- a/LayoutTests/fast/dom/shadow/reattach-content-ancestor.html |
+++ b/LayoutTests/fast/dom/shadow/reattach-content-ancestor.html |
@@ -4,7 +4,7 @@ |
<script> |
var host = document.getElementById('host'); |
- var root = host.webkitCreateShadowRoot(); |
+ var root = host.createShadowRoot(); |
root.innerHTML = "<div style='display: none'><content></content></div>"; |
document.body.offsetTop; |
root.firstElementChild.style.display = 'block'; |