Index: LayoutTests/inspector/elements/set-outer-html-body-expected.txt |
diff --git a/LayoutTests/inspector/elements/set-outer-html-body-expected.txt b/LayoutTests/inspector/elements/set-outer-html-body-expected.txt |
deleted file mode 100644 |
index 34dc28482cafc386738f7f994913987a5eee1289..0000000000000000000000000000000000000000 |
--- a/LayoutTests/inspector/elements/set-outer-html-body-expected.txt |
+++ /dev/null |
@@ -1,26 +0,0 @@ |
-Tests DOMAgent.setOuterHTML invoked on body tag. See https://bugs.webkit.org/show_bug.cgi?id=62272. |
- |
- |
-Running: testSetUp |
- |
-Running: testSetBody |
-<html id="html"><head id="head"> |
-<script> |
-</script> |
-</head> |
-<body>New body content</body></html> |
- |
-Running: testInsertComments |
-<html id="html"><head id="head"> |
-<script> |
-</script> |
-</head> |
-<!-- new comment between head and body --><body>New body content</body></html> |
- |
-Running: testSetHead |
-<html id="html"><head><!-- new head content --></head> |
-<!-- new comment between head and body --><body>New body content</body></html> |
- |
-Running: testSetHTML |
-<html><head><!-- new head content --></head><body>Setting body as a part of HTML.</body></html> |
- |