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

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

Issue 2347963002: [DevTools] Show distribution for Shadow DOM V1. (Closed)
Patch Set: getDistributedNodes -> iteration Created 4 years, 3 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 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 (open) 6 #shadow-root (open)
7 </div> 7 </div>
8 - <div id="test2"> 8 - <div id="test2">
9 #shadow-root (open) 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 (open) 13 #shadow-root (closed)
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