| Index: third_party/WebKit/LayoutTests/inspector/elements/edit/edit-dom-actions-shadow-2-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/elements/edit/edit-dom-actions-shadow-expected.txt b/third_party/WebKit/LayoutTests/inspector/elements/edit/edit-dom-actions-shadow-2-expected.txt
|
| similarity index 56%
|
| rename from third_party/WebKit/LayoutTests/inspector/elements/edit/edit-dom-actions-shadow-expected.txt
|
| rename to third_party/WebKit/LayoutTests/inspector/elements/edit/edit-dom-actions-shadow-2-expected.txt
|
| index 2e37e40339b6a9132550592e6e9d735da2553752..9a2e52c48c865cd3c664544593e42b9d85cb230f 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/elements/edit/edit-dom-actions-shadow-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/inspector/elements/edit/edit-dom-actions-shadow-2-expected.txt
|
| @@ -3,18 +3,6 @@ Tests that user can mutate author shadow DOM by means of elements panel.
|
|
|
| Running: testSetUp
|
|
|
| -Running: testSetAuthorShadowDOMElementAttribute
|
| -==== before ====
|
| -- <div id="testSetAuthorShadowDOMElementAttribute">
|
| - - #shadow-root (open)
|
| - <div foo="attribute value" id="shadow-node-to-set-attribute"></div>
|
| - </div>
|
| -==== after ====
|
| -- <div id="testSetAuthorShadowDOMElementAttribute">
|
| - - #shadow-root (open)
|
| - <div id="shadow-node-to-set-attribute" bar="edited attribute"></div>
|
| - </div>
|
| -
|
| Running: testEditShadowDOMAsHTML
|
| ==== before ====
|
| - <div id="testEditAuthorShadowDOMAsHTML">
|
|
|