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

Side by Side Diff: LayoutTests/inspector/elements/styles-2/paste-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 splitting properties when pasting works. 1 Tests that splitting properties when pasting works.
2 2
3 Text 3 Text
4 Before pasting: 4 Before pasting:
5 [expanded] 5 [expanded]
6 element.style { () 6 element.style { ()
7 font-size: 12px; 7 font-size: 12px;
8 8
9 [expanded] 9 [expanded]
10 div { (user agent stylesheet) 10 div { (user agent stylesheet)
(...skipping 28 matching lines...) Expand all
39 font-size: 12px; 39 font-size: 12px;
40 /-- overloaded --/ foo: bar; 40 /-- overloaded --/ foo: bar;
41 /-- overloaded --/ moo: zoo; 41 /-- overloaded --/ moo: zoo;
42 color: red; 42 color: red;
43 43
44 [expanded] 44 [expanded]
45 div { (user agent stylesheet) 45 div { (user agent stylesheet)
46 display: block; 46 display: block;
47 47
48 48
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698