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

Side by Side Diff: LayoutTests/fast/dom/shadow/content-reprojection-fallback-reprojection-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 id="host3"> 9 <div id="host3">
11 <div>content fallback element</div> 10 <div>content fallback element</div>
12 <div>shadow fallback element</div> 11 <div>shadow fallback element</div>
13 <div>This should be selected.</div> 12 <div>This should be selected.</div>
14 <div>content fallback element</div> 13 <div>content fallback element</div>
15 <div>This also should be selected.</div> 14 <div>This also should be selected.</div>
16 </div> 15 </div>
17 </div> 16 </div>
18 </div> 17 </div>
19 18
20 </html> 19 </html>
21 20
22 21
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698