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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 Tests DOM update highlights in the DOM tree.
2
3
4 Running: testDumpInitial
5 ========= Original ========
6
7 Running: testSetAttributeOtherValue
8 //*[@id="attrTest"]/@attrfoo bar
9
10 Running: testSetAttributeEmpty
11 //*[@id="attrTest"]/@attrfoo (empty)
12
13 Running: testAddAttribute
14 //*[@id="attrTest"]/@attrbar newBar
15
16 Running: testRemoveAttribute
17 //*[@id="attrTest"]
18
19 Running: testAppendChildToEmpty
20 //*[@id="childTest"]
21
22 Running: testAppendChildToExpanded
23 //*[@id="child2"]
24
25 Running: testRemoveChild1
26 //*[@id="childTest"]
27
28 Running: testRemoveChild2
29 //*[@id="childTest"]
30
31 Running: testSetTextContent
32 //*[@id="textTest"]/text() "Text"
33
34 Running: testSetTextNodeTextContent
35 //*[@id="textTest"]/text() "NewText"
36
37 Running: testRemoveInlineTextNode
38 //*[@id="textTest"]
39
40 Running: testSetTextContentWithEmptyText
41 //*[@id="textTest"]/text() "Text"
42
43 Running: testClearTextNodeTextContent
44 //*[@id="textTest"]
45 //*[@id="textTest"]/text() ""
46
OLDNEW
« 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