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

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

Issue 1774113002: Move Shadow DOM V1 tests from fast/dom/shadow to shadow-dom (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 9 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
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <div id='host'> 2 <div id='host'>
3 <div id='host2'> 3 <div id='host2'>
4 <div id='fallback1'></div> 4 <div id='fallback1'></div>
5 <div id='child1' slot='slot2'></div> 5 <div id='child1' slot='slot2'></div>
6 <div id='fallback-a'></div> 6 <div id='fallback-a'></div>
7 </div> 7 </div>
8 </div> 8 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698