Chromium Code Reviews

Unified Diff: LayoutTests/fast/dom/shadow/shadowdom-for-textarea-expected.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-expected.html
diff --git a/LayoutTests/fast/dom/shadow/shadowdom-for-textarea-expected.html b/LayoutTests/fast/dom/shadow/shadowdom-for-textarea-expected.html
index b24f833f5ddb7348d9fe8c7a4637afa5f4d1815f..12f25e0721d47c900e643e99e4cf570eb9e4fb54 100644
--- a/LayoutTests/fast/dom/shadow/shadowdom-for-textarea-expected.html
+++ b/LayoutTests/fast/dom/shadow/shadowdom-for-textarea-expected.html
@@ -1,7 +1,6 @@
<!DOCTYPE html>
<html>
<body>
-<script src="resources/polyfill.js"></script>
<form>
<textarea id="host" cols="20" rows="4">(before)

Powered by Google App Engine