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

Side by Side Diff: LayoutTests/fast/dom/shadow/shadowdom-for-progress-without-shadow-element-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"><span>no progress</span></div> 9 <div class="progress-like"><span>no progress</span></div>
11 </div> 10 </div>
12 11
13 </body> 12 </body>
14 </html> 13 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698