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

Side by Side Diff: LayoutTests/inspector/elements/edit/perform-undo-undo-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 client can call undo multiple times with non-empty history. 1 Tests that client can call undo multiple times with non-empty history.
2 2
3 ========= Original ======== 3 ========= Original ========
4 <div style="display:none" id="container">\n</div> 4 <div style="display:none" id="container">\n</div>
5 ===== Modified element ===== 5 ===== Modified element =====
6 <div style="display:none" id="container" foo="bar">\n</div> 6 <div style="display:none" id="container" foo="bar">\n</div>
7 ===== Undo 1 ===== 7 ===== Undo 1 =====
8 <div style="display:none" id="container">\n</div> 8 <div style="display:none" id="container">\n</div>
9 ===== Undo 2 ===== 9 ===== Undo 2 =====
10 <div style="display:none" id="container">\n</div> 10 <div style="display:none" id="container">\n</div>
11 11
OLDNEW
« no previous file with comments | « LayoutTests/inspector/elements/edit/perform-undo-undo.html ('k') | LayoutTests/inspector/elements/edit/remove-node.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698