Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / inspector / elements / shadow / shadow-root-expected.txt
blob3b36cb73f37c1d6d0d30135294cd3983e1fa1ac8
1 This test verifies that author shadow root's #document-fragment is displayed and user-agent one is hidden by default.
4 - <div id="container">
5     - <div id="test1">
6           #shadow-root (open)
7       </div>
8     - <div id="test2">
9           #shadow-root (open)
10           "only test"
11       </div>
12     - <div id="test3">
13           #shadow-root (open)
14           "with "
15           <span>elements</span>
16       </div>
17       <input type="text" value="Test">
18   </div>