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 |
new file mode 100644 |
index 0000000000000000000000000000000000000000..39a93bb9196f5e1089d752c77cf93b898fe563e9 |
--- /dev/null |
+++ b/LayoutTests/inspector/elements/highlight-dom-updates-expected.txt |
@@ -0,0 +1,46 @@ |
+Tests DOM update highlights in the DOM tree. |
+ |
+ |
+Running: testDumpInitial |
+========= Original ======== |
+ |
+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"]/text() "Text" |
+ |
+Running: testSetTextNodeTextContent |
+//*[@id="textTest"]/text() "NewText" |
+ |
+Running: testRemoveInlineTextNode |
+//*[@id="textTest"] |
+ |
+Running: testSetTextContentWithEmptyText |
+//*[@id="textTest"]/text() "Text" |
+ |
+Running: testClearTextNodeTextContent |
+//*[@id="textTest"] |
+//*[@id="textTest"]/text() "" |
+ |