Chromium Code Reviews

Side by Side Diff: third_party/WebKit/LayoutTests/fast/dom/shadow/v1-slots-fallback-2-expected.html

Issue 1530643003: Support slot element's fallback content feature (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: wip Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff |
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <div id='host'>
3 <div id='fallback1'></div>
4 <div id='child1' slot='slot2'></div>
5 <div id='fallback3'></div>
6 </div>
OLDNEW

Powered by Google App Engine