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

Unified Diff: LayoutTests/fast/layers/crash-shadowdom-scrollbar-no-scrollable-area.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
Index: LayoutTests/fast/layers/crash-shadowdom-scrollbar-no-scrollable-area.html
diff --git a/LayoutTests/fast/layers/crash-shadowdom-scrollbar-no-scrollable-area.html b/LayoutTests/fast/layers/crash-shadowdom-scrollbar-no-scrollable-area.html
index 13cb426ce373d3546d8113f5ab529cc42cfe7a1f..b811af67d6c880c3d775d34a18381d15d8eba2ea 100644
--- a/LayoutTests/fast/layers/crash-shadowdom-scrollbar-no-scrollable-area.html
+++ b/LayoutTests/fast/layers/crash-shadowdom-scrollbar-no-scrollable-area.html
@@ -26,7 +26,7 @@ function boom() {
document.documentElement.appendChild(header);
document.body.offsetTop;
- var shadow = document.createElement('div').webkitCreateShadowRoot();
+ var shadow = document.createElement('div').createShadowRoot();
shadow.appendChild(tfoot);
}
window.onload = boom;

Powered by Google App Engine
This is Rietveld 408576698