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

Unified Diff: LayoutTests/fast/dom/shadow/reattach-content-ancestor.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
« no previous file with comments | « LayoutTests/fast/dom/gc-treescope.html ('k') | LayoutTests/fast/dom/shadow/reinsert-insertion-point.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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';
« no previous file with comments | « LayoutTests/fast/dom/gc-treescope.html ('k') | LayoutTests/fast/dom/shadow/reinsert-insertion-point.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698