Index: LayoutTests/inspector/elements/edit-dom-actions-expected.txt |
diff --git a/LayoutTests/inspector/elements/edit-dom-actions-expected.txt b/LayoutTests/inspector/elements/edit-dom-actions-expected.txt |
index 33f3c09012535f8776b134b9a8af2853d0c44908..acc44213d15832cdbec45b11f542cc477fde92cf 100644 |
--- a/LayoutTests/inspector/elements/edit-dom-actions-expected.txt |
+++ b/LayoutTests/inspector/elements/edit-dom-actions-expected.txt |
@@ -148,18 +148,3 @@ Running: testEditScript |
</script> |
</div> |
-Running: testEditShadowDOMAsHTML |
-==== before ==== |
-- <div id="testEditAuthorShadowDOMAsHTML"> |
- - #shadow-root |
- <div id="authorShadowDOMElement"></div> |
- </div> |
-<div id="authorShadowDOMElement"></div> |
-==== after ==== |
-- <div id="testEditAuthorShadowDOMAsHTML"> |
- - #shadow-root |
- - <span foo="shadow-span"> |
- <span id="inner-shadow-span">Shadow span contents</span> |
- </span> |
- </div> |
- |