Index: LayoutTests/inspector/elements/highlight-dom-updates-expected.txt |
diff --git a/LayoutTests/inspector/elements/highlight-dom-updates-expected.txt b/LayoutTests/inspector/elements/highlight-dom-updates-expected.txt |
deleted file mode 100644 |
index d6e5c48227e258c5c7101d0a5f7f484c869b7b79..0000000000000000000000000000000000000000 |
--- a/LayoutTests/inspector/elements/highlight-dom-updates-expected.txt |
+++ /dev/null |
@@ -1,51 +0,0 @@ |
-Tests DOM update highlights in the DOM tree. |
- |
- |
-Running: testDumpInitial |
-========= Original ======== |
-<No highlights> |
- |
-Running: testSetAttributeOtherValue |
-//*[@id="attrTest"]/@attrfoo bar |
- |
-Running: testSetAttributeEmpty |
-//*[@id="attrTest"]/@attrfoo (empty) |
- |
-Running: testAddAttribute |
-//*[@id="attrTest"]/@attrbar newBar |
- |
-Running: testRemoveAttribute |
-//*[@id="attrTest"] |
- |
-Running: testAppendChildToEmpty |
-//*[@id="childTest"] |
- |
-Running: testAppendChildToExpanded |
- //*[@id="child2"] |
- |
-Running: testRemoveChild1 |
-//*[@id="childTest"] |
- |
-Running: testRemoveChild2 |
-//*[@id="childTest"] |
- |
-Running: testSetTextContent |
-//*[@id="textTest"] |
-//*[@id="textTest"]/text() "Text" |
- |
-Running: testSetTextNodeTextContent |
-//*[@id="textTest"]/text() "NewText" |
- |
-Running: testRemoveInlineTextNode |
-//*[@id="textTest"] |
- |
-Running: testSetTextContentWithEmptyText |
-//*[@id="textTest"] |
-//*[@id="textTest"]/text() "Text" |
- |
-Running: testClearTextNodeTextContent |
-//*[@id="textTest"]/text() "" |
- |
-Running: testAppendChildWhenHidden |
-<No highlights> |
- |