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

Unified Diff: LayoutTests/inspector/elements/set-attribute-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/set-attribute-expected.txt
diff --git a/LayoutTests/inspector/elements/set-attribute-expected.txt b/LayoutTests/inspector/elements/set-attribute-expected.txt
deleted file mode 100644
index 4521ad50fbc9d3e1c5078d78a90a4e8aced11d60..0000000000000000000000000000000000000000
--- a/LayoutTests/inspector/elements/set-attribute-expected.txt
+++ /dev/null
@@ -1,36 +0,0 @@
-Tests that elements panel updates dom tree structure upon setting attribute.
-
-
-Running: testDumpInitial
-========= Original ========
- <div id="node"></div>
-
-Running: testAttributeUpdated
-===== On attribute set =====
- <div id="node" name="value"></div>
-
-Running: testAttributeSameValueNotUpdated
-===== On attribute modified (should be 'newValue') =====
- <div id="node" name="newValue"></div>
-
-Running: testAttributeRemoved
-=== On attribute removed ===
- <div id="node"></div>
-
-Running: testSetAttributeValue
-=== Set attribute value ===
- <div id="node" foo="bar"></div>
-
-Running: testSetAttributeText
-=== Set attribute as text ===
- <div id="node" foo2="baz2" foo3="baz3"></div>
-
-Running: testRemoveAttributeAsText
-=== Remove attribute as text ===
- <div id="node" foo2="baz2"></div>
-
-Running: testSetMalformedAttributeText
-Error: Could not parse value as attributes
-=== Set malformed attribute as text ===
- <div id="node" foo2="baz2"></div>
-
« no previous file with comments | « LayoutTests/inspector/elements/set-attribute.html ('k') | LayoutTests/inspector/elements/set-attribute-non-html.svg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698