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

Side by Side Diff: LayoutTests/inspector/elements/undo-dom-edits-2-expected.txt

Issue 467233002: DevTools: Make sure ElementsTreeOutline is correctly rendered when element's hasChildren state chan… (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Comments addressed Created 6 years, 4 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 DOM modifications done in the Elements panel are undoable (Part 2). 1 Tests that DOM modifications done in the Elements panel are undoable (Part 2).
2 2
3 3
4 Running: testSetUp 4 Running: testSetUp
5 Setting up
5 6
6 Running: testSetAttribute 7 Running: testSetAttribute
7 Initial: 8 Initial:
8 - <div id="testSetAttribute"> 9 - <div id="testSetAttribute">
9 <div foo="attribute value" id="node-to-set-attribute"></div> 10 <div foo="attribute value" id="node-to-set-attribute"></div>
10 </div> 11 </div>
11 Post-action: 12 Post-action:
12 - <div id="testSetAttribute"> 13 - <div id="testSetAttribute">
13 <div id="node-to-set-attribute" bar="edited attribute"></div> 14 <div id="node-to-set-attribute" bar="edited attribute"></div>
14 </div> 15 </div>
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
50 </div> 51 </div>
51 Post-undo (initial): 52 Post-undo (initial):
52 - <div id="testAddAttribute"> 53 - <div id="testAddAttribute">
53 <div id="node-to-add-attribute"></div> 54 <div id="node-to-add-attribute"></div>
54 </div> 55 </div>
55 Post-redo (action): 56 Post-redo (action):
56 - <div id="testAddAttribute"> 57 - <div id="testAddAttribute">
57 <div id="node-to-add-attribute" newattr="new-value"></div> 58 <div id="node-to-add-attribute" newattr="new-value"></div>
58 </div> 59 </div>
59 60
OLDNEW
« no previous file with comments | « LayoutTests/inspector/elements/undo-dom-edits-2.html ('k') | LayoutTests/inspector/elements/undo-dom-edits-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698