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

Side by Side 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, 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
(Empty)
1 Tests that elements panel updates dom tree structure upon setting attribute.
2
3
4 Running: testDumpInitial
5 ========= Original ========
6 <div id="node"></div>
7
8 Running: testAttributeUpdated
9 ===== On attribute set =====
10 <div id="node" name="value"></div>
11
12 Running: testAttributeSameValueNotUpdated
13 ===== On attribute modified (should be 'newValue') =====
14 <div id="node" name="newValue"></div>
15
16 Running: testAttributeRemoved
17 === On attribute removed ===
18 <div id="node"></div>
19
20 Running: testSetAttributeValue
21 === Set attribute value ===
22 <div id="node" foo="bar"></div>
23
24 Running: testSetAttributeText
25 === Set attribute as text ===
26 <div id="node" foo2="baz2" foo3="baz3"></div>
27
28 Running: testRemoveAttributeAsText
29 === Remove attribute as text ===
30 <div id="node" foo2="baz2"></div>
31
32 Running: testSetMalformedAttributeText
33 Error: Could not parse value as attributes
34 === Set malformed attribute as text ===
35 <div id="node" foo2="baz2"></div>
36
OLDNEW
« 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