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

Side by Side Diff: LayoutTests/inspector/elements/styles/styles-new-API-expected.txt

Issue 784453003: Initial scroll-blocks-on compositor integration (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Eliminate scrollbars from iframe test for cross-platform output consistency Created 5 years, 11 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 InspectorCSSAgent API methods work as expected. 1 Tests that InspectorCSSAgent API methods work as expected.
2 2
3 H1 3 H1
4 4
5 5
6 Running: test_styles 6 Running: test_styles
7 7
8 === Computed style property count for body === 8 === Computed style property count for body ===
9 OK 9 OK
10 10
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
67 body::after: [regular, 26:0-26:11] { 67 body::after: [regular, 26:0-26:11] {
68 ['content':'"After body"'] @[27:4-27:26] 68 ['content':'"After body"'] @[27:4-27:26]
69 } 69 }
70 70
71 === Inherited styles for body === 71 === Inherited styles for body ===
72 Level=1 72 Level=1
73 [NO STYLE] 73 [NO STYLE]
74 html: [user-agent] { 74 html: [user-agent] {
75 ['display':'block'] @[undefined-undefined] 75 ['display':'block'] @[undefined-undefined]
76 } 76 }
77 :root: [user-agent] {
78 ['scroll-blocks-on':'start-touch wheel-event'] @[undefined-undefined]
79 }
77 html: [regular, 4:0-4:4] { 80 html: [regular, 4:0-4:4] {
78 ['font-weight':'400'] @[5:4-5:21] 81 ['font-weight':'400'] @[5:4-5:21]
79 } 82 }
80 83
81 === Inline style for body === 84 === Inline style for body ===
82 ['font-weight':'normal'] @[0:0-0:20] 85 ['font-weight':'normal'] @[0:0-0:20]
83 ['width':'85%'] @[0:21-0:32] 86 ['width':'85%'] @[0:21-0:32]
84 ['background-image':'url(bar.png)'] @[0:33-0:63] 87 ['background-image':'url(bar.png)'] @[0:33-0:63]
85 88
86 Running: test_forcedState 89 Running: test_forcedState
(...skipping 313 matching lines...) Expand 10 before | Expand all | Expand 10 after
400 ['border-top-color':'initial'] @[undefined-undefined] 403 ['border-top-color':'initial'] @[undefined-undefined]
401 ['border-right-color':'initial'] @[undefined-undefined] 404 ['border-right-color':'initial'] @[undefined-undefined]
402 ['border-bottom-color':'initial'] @[undefined-undefined] 405 ['border-bottom-color':'initial'] @[undefined-undefined]
403 ['border-left-color':'initial'] @[undefined-undefined] 406 ['border-left-color':'initial'] @[undefined-undefined]
404 ['border-image-source':'initial'] @[undefined-undefined] 407 ['border-image-source':'initial'] @[undefined-undefined]
405 ['border-image-slice':'initial'] @[undefined-undefined] 408 ['border-image-slice':'initial'] @[undefined-undefined]
406 ['border-image-width':'initial'] @[undefined-undefined] 409 ['border-image-width':'initial'] @[undefined-undefined]
407 ['border-image-outset':'initial'] @[undefined-undefined] 410 ['border-image-outset':'initial'] @[undefined-undefined]
408 ['border-image-repeat':'initial'] @[undefined-undefined] 411 ['border-image-repeat':'initial'] @[undefined-undefined]
409 412
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698