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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector/elements/styles-2/paste-property-expected.txt

Issue 1814963002: Use process/control messages (instead of RVH messages) for layout tests. Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebasing... Created 4 years, 3 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
OLDNEW
1 CONSOLE ERROR: line 3484: The given range isn't in document.
2 CONSOLE ERROR: line 3484: The given range isn't in document.
3 CONSOLE ERROR: line 3484: The given range isn't in document.
1 Tests that splitting properties when pasting works. 4 Tests that splitting properties when pasting works.
2 5
3 Text 6 Text
4 Before pasting: 7 Before pasting:
5 [expanded] 8 [expanded]
6 element.style { () 9 element.style { ()
7 font-size: 12px; 10 font-size: 12px;
8 11
9 [expanded] 12 [expanded]
10 div { (user agent stylesheet) 13 div { (user agent stylesheet)
(...skipping 28 matching lines...) Expand all
39 font-size: 12px; 42 font-size: 12px;
40 /-- overloaded --/ foo: bar; 43 /-- overloaded --/ foo: bar;
41 /-- overloaded --/ moo: zoo; 44 /-- overloaded --/ moo: zoo;
42 color: red; 45 color: red;
43 46
44 [expanded] 47 [expanded]
45 div { (user agent stylesheet) 48 div { (user agent stylesheet)
46 display: block; 49 display: block;
47 50
48 51
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698