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

Side by Side Diff: LayoutTests/fast/dom/shadow/content-reprojection-fallback-expected.html

Issue 137993003: Revert the feature of the <shadow> element as 'a function call' to the previous behavior. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Update LayoutTests/TestExpectations Created 6 years, 11 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 4
5 <p>Fallback elements should be rendered if it's distributed</p> 5 <p>Fallback elements for content insertion points should be rendered</p>
6 6
7 <div id="host1"> 7 <div id="host1">
8 <div id="host2"> 8 <div id="host2">
9 <div>content fallback element</div> 9 <div>content fallback element</div>
10 <div>shadow fallback element</div>
11 <div>This should be selected.</div> 10 <div>This should be selected.</div>
12 </div> 11 </div>
13 </div> 12 </div>
14 13
15 </html> 14 </html>
16
17
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698