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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/repaint/repaint-composited-child-in-scrolled-container-expected.txt

Issue 1890293002: Manual rebaseline for bug 602483, 602614, 602616, 602618 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Mark virtual/spv2/svg/custom/object-sizing-no-width-height-change-content-box-size.xhtml for NeedsManualRebaseline (it was skipped so no baseline generated) Created 4 years, 8 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 { 1 {
2 "bounds": [800, 600], 2 "bounds": [800, 600],
3 "children": [ 3 "children": [
4 { 4 {
5 "bounds": [800, 600], 5 "bounds": [800, 600],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true, 7 "drawsContent": true,
8 "paintInvalidations": [ 8 "paintInvalidations": [
9 { 9 {
10 "object": "HorizontalScrollbar",
11 "rect": [0, 0, 0, 0],
12 "reason": "scroll"
13 },
14 {
15 "object": "LayoutBlockFlow (positioned) DIV id='outer'", 10 "object": "LayoutBlockFlow (positioned) DIV id='outer'",
16 "rect": [8, 293, 285, 15], 11 "rect": [8, 293, 285, 15],
17 "reason": "scroll" 12 "reason": "scroll"
13 },
14 {
15 "object": "HorizontalScrollbar",
16 "reason": "scroll"
18 } 17 }
19 ], 18 ],
20 "children": [ 19 "children": [
21 { 20 {
22 "position": [8, 8], 21 "position": [8, 8],
23 "bounds": [285, 285], 22 "bounds": [285, 285],
24 "shouldFlattenTransform": false, 23 "shouldFlattenTransform": false,
25 "children": [ 24 "children": [
26 { 25 {
27 "position": [-315, 0], 26 "position": [-315, 0],
28 "bounds": [600, 600], 27 "bounds": [600, 600],
29 "contentsOpaque": true, 28 "contentsOpaque": true,
30 "drawsContent": true, 29 "drawsContent": true,
31 "backgroundColor": "#FF0000", 30 "backgroundColor": "#FF0000",
32 "paintInvalidations": [ 31 "paintInvalidations": [
33 { 32 {
34 "object": "LayoutBlockFlow DIV id='inner'", 33 "object": "LayoutBlockFlow DIV id='inner'",
35 "rect": [0, 0, 600, 600], 34 "rect": [0, 0, 600, 600],
36 "reason": "style change" 35 "reason": "style change"
37 } 36 }
38 ] 37 ]
39 } 38 }
40 ] 39 ]
41 } 40 }
42 ] 41 ]
43 } 42 }
44 ] 43 ]
45 } 44 }
46 45
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698