Chromium Code Reviews

Unified Diff: LayoutTests/fast/dom/shadow/shadowdom-for-meter-dynamic.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-meter-dynamic.html
diff --git a/LayoutTests/fast/dom/shadow/shadowdom-for-meter-dynamic.html b/LayoutTests/fast/dom/shadow/shadowdom-for-meter-dynamic.html
index f3d742199ae2199ac9449b4017d424629988625e..4e989032e328d8b9e9228a3696c9cbbf78b64fdf 100644
--- a/LayoutTests/fast/dom/shadow/shadowdom-for-meter-dynamic.html
+++ b/LayoutTests/fast/dom/shadow/shadowdom-for-meter-dynamic.html
@@ -1,7 +1,6 @@
<!DOCTYPE html>
<html>
<body>
-<script src="resources/polyfill.js"></script>
<div id="container">
<meter id="host" min="0" max="100" value="50"></meter>

Powered by Google App Engine