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

Side by Side Diff: LayoutTests/inspector/elements/styles-4/undo-add-property-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 adding a property is undone properly. 1 Tests that adding a property is undone properly.
2 2
3 === Last property === 3 === Last property ===
4 (Initial value) 4 (Initial value)
5 [expanded] 5 [expanded]
6 element.style { () 6 element.style { ()
7 7
8 [expanded] 8 [expanded]
9 .container { (undo-add-property.html:7 -> undo-add-property.html:7:1) 9 .container { (undo-add-property.html:7 -> undo-add-property.html:7:1)
10 font-weight: bold; 10 font-weight: bold;
(...skipping 148 matching lines...) Expand 10 before | Expand all | Expand 10 after
159 margin-top: 0px; 159 margin-top: 0px;
160 margin-right: 1px; 160 margin-right: 1px;
161 font-weight: bold; 161 font-weight: bold;
162 margin-left: 2px; 162 margin-left: 2px;
163 163
164 [expanded] 164 [expanded]
165 div { (user agent stylesheet) 165 div { (user agent stylesheet)
166 display: block; 166 display: block;
167 167
168 168
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698