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

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

Issue 1158883003: DevTools: shard inspector/elements tests for faster execution. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 7 months 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
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>
-
« no previous file with comments | « LayoutTests/inspector/elements/highlight-dom-updates.html ('k') | LayoutTests/inspector/elements/highlight-node.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698