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

Side by Side Diff: LayoutTests/inspector/elements/edit/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, 6 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 Tests that elements panel updates dom tree structure upon setting attribute. 1 Tests that elements panel updates dom tree structure upon setting attribute.
2 2
3 3
4 Running: testDumpInitial 4 Running: testDumpInitial
5 ========= Original ======== 5 ========= Original ========
6 <div id="node"></div> 6 <div id="node"></div>
7 7
8 Running: testAttributeUpdated 8 Running: testAttributeUpdated
9 ===== On attribute set ===== 9 ===== On attribute set =====
10 <div id="node" name="value"></div> 10 <div id="node" name="value"></div>
(...skipping 16 matching lines...) Expand all
27 27
28 Running: testRemoveAttributeAsText 28 Running: testRemoveAttributeAsText
29 === Remove attribute as text === 29 === Remove attribute as text ===
30 <div id="node" foo2="baz2"></div> 30 <div id="node" foo2="baz2"></div>
31 31
32 Running: testSetMalformedAttributeText 32 Running: testSetMalformedAttributeText
33 Error: Could not parse value as attributes 33 Error: Could not parse value as attributes
34 === Set malformed attribute as text === 34 === Set malformed attribute as text ===
35 <div id="node" foo2="baz2"></div> 35 <div id="node" foo2="baz2"></div>
36 36
OLDNEW
« no previous file with comments | « LayoutTests/inspector/elements/edit/set-attribute.html ('k') | LayoutTests/inspector/elements/edit/set-attribute-non-html.svg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698