Chromium Code Reviews

Unified Diff: LayoutTests/fast/dom/shadow/shadowdom-for-textarea-without-shadow.html

Issue 14594006: Remove Internals::createShadowRoot(element) and polyfill.js. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: LayoutTests/fast/dom/shadow/shadowdom-for-textarea-without-shadow.html
diff --git a/LayoutTests/fast/dom/shadow/shadowdom-for-textarea-without-shadow.html b/LayoutTests/fast/dom/shadow/shadowdom-for-textarea-without-shadow.html
index b8b67b69d7d93d9a933fa37b2e9b524df9e660fe..f4ce0c7ee62e2744547663e73cf74682fad90b51 100644
--- a/LayoutTests/fast/dom/shadow/shadowdom-for-textarea-without-shadow.html
+++ b/LayoutTests/fast/dom/shadow/shadowdom-for-textarea-without-shadow.html
@@ -1,5 +1,4 @@
<!DOCTYPE html>
-<script src="resources/polyfill.js"></script>
<p>When the AuthorShadowDOM does not have a shadow element, this should be rendered like div.</p>
<form>

Powered by Google App Engine