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

Unified Diff: LayoutTests/fast/dom/shadow/shadowdom-for-progress-dynamic-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. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: LayoutTests/fast/dom/shadow/shadowdom-for-progress-dynamic-expected.html
diff --git a/LayoutTests/fast/dom/shadow/shadowdom-for-progress-dynamic-expected.html b/LayoutTests/fast/dom/shadow/shadowdom-for-progress-dynamic-expected.html
index 7deacb7d95cc54937cab0e3840f16d5b60dc1033..529eadb1d97a9a41ca0d46ade3fdcff02074cd1e 100644
--- a/LayoutTests/fast/dom/shadow/shadowdom-for-progress-dynamic-expected.html
+++ b/LayoutTests/fast/dom/shadow/shadowdom-for-progress-dynamic-expected.html
@@ -2,10 +2,8 @@
<html>
<head>
<link rel="stylesheet" href="resources/replaced-element-styles.css">
- <script src="resources/polyfill.js"></script>
</head>
<body>
-<script src="resources/polyfill.js"></script>
<div id="container">
<div class="progress-like"><progress class="progress-inner-element-like" min="0" max="100" value="30"></progress><span>(after)</span></div>
</div>

Powered by Google App Engine
This is Rietveld 408576698