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

Side by Side Diff: LayoutTests/inspector/elements/shadow/shadow-root-expected.txt

Issue 1309403002: Show closed/open shadow root in inspector (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: update test expectation for breadcrumb Created 5 years, 4 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 This test verifies that author shadow root's #document-fragment is displayed and user-agent one is hidden by default. 1 This test verifies that author shadow root's #document-fragment is displayed and user-agent one is hidden by default.
2 2
3 3
4 - <div id="container"> 4 - <div id="container">
5 - <div id="test1"> 5 - <div id="test1">
6 #shadow-root 6 #shadow-root (open)
7 </div> 7 </div>
8 - <div id="test2"> 8 - <div id="test2">
9 #shadow-root 9 #shadow-root (open)
10 "only test" 10 "only test"
11 </div> 11 </div>
12 - <div id="test3"> 12 - <div id="test3">
13 #shadow-root 13 #shadow-root (open)
14 "with " 14 "with "
15 <span>elements</span> 15 <span>elements</span>
16 </div> 16 </div>
17 <input type="text" value="Test"> 17 <input type="text" value="Test">
18 </div> 18 </div>
19 19
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698