Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(295)

Unified Diff: LayoutTests/inspector/elements/highlight-dom-updates-expected.txt

Issue 701153002: DevTools: [Elements] Highlight DOM updates (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix tests (for ETO not wired to DOMModel) Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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() ""
+
« no previous file with comments | « LayoutTests/inspector/elements/highlight-dom-updates.html ('k') | Source/devtools/front_end/common/Settings.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698