| Index: LayoutTests/inspector/elements/shadow-dom-expected.txt
|
| ===================================================================
|
| --- LayoutTests/inspector/elements/shadow-dom-expected.txt (revision 88781)
|
| +++ LayoutTests/inspector/elements/shadow-dom-expected.txt (working copy)
|
| @@ -1,23 +0,0 @@
|
| -Tests that shadow DOM tree is properly displayed.
|
| -
|
| -
|
| -
|
| -Running: testDumpInitial
|
| -- <meter id="meter" min="0" max="100" value="20">
|
| - - (shadow)
|
| - - <div>
|
| - <div style="width: 20%; "></div>
|
| - </div>
|
| - </meter>
|
| -
|
| -Running: testDumpUpdated
|
| -Before shadow root added
|
| - <div id="delayed-shadow-host"></div>
|
| -After shadow root added
|
| -- <div id="delayed-shadow-host">
|
| - - (shadow)
|
| - - <div>
|
| - <span>text</span>
|
| - </div>
|
| - </div>
|
| -
|
|
|