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

Side by Side Diff: LayoutTests/fast/dom/shadow/content-reprojection-fallback-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 2
3 <html> 3 <html>
4 <script src="resources/polyfill.js"></script>
5 4
6 <p>Fallback elements should be rendered if it's distributed</p> 5 <p>Fallback elements should be rendered if it's distributed</p>
7 6
8 <div id="host1"> 7 <div id="host1">
9 <div id="host2"> 8 <div id="host2">
10 <div>content fallback element</div> 9 <div>content fallback element</div>
11 <div>shadow fallback element</div> 10 <div>shadow fallback element</div>
12 <div>This should be selected.</div> 11 <div>This should be selected.</div>
13 </div> 12 </div>
14 </div> 13 </div>
15 14
16 </html> 15 </html>
17 16
18 17
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698