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

Side by Side Diff: LayoutTests/fast/dom/shadow/shadowdom-for-progress-multiple-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, 7 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <link rel="stylesheet" href="resources/replaced-element-styles.css"> 4 <link rel="stylesheet" href="resources/replaced-element-styles.css">
5 <script src="resources/polyfill.js"></script>
6 </head> 5 </head>
7 <body> 6 <body>
8 7
9 <div id="container"> 8 <div id="container">
10 <div class="progress-like"> 9 <div class="progress-like">
11 <div style="margin: 0 10px 0 10px; height: 1em; width: 10em;"> 10 <div style="margin: 0 10px 0 10px; height: 1em; width: 10em;">
12 <progress class="progress-inner-element-like" min="0" max="100" valu e="50"></progress><span>(after)</span> 11 <progress class="progress-inner-element-like" min="0" max="100" valu e="50"></progress><span>(after)</span>
13 </div> 12 </div>
14 </div> 13 </div>
15 </div> 14 </div>
16 15
17 </body> 16 </body>
18 </html> 17 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698