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

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

Issue 1878163002: Auto-rebaseline for r386594 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 "repaintRects": [ 8 "paintInvalidations": [
9 [8, 293, 285, 15] 9 {
10 ], 10 "object": "HorizontalScrollbar",
11 "paintInvalidationClients": [ 11 "rect": [0, 0, 0, 0],
12 "HorizontalScrollbar" 12 "reason": "scroll"
13 },
14 {
15 "object": "LayoutBlockFlow (positioned) DIV id='outer'",
16 "rect": [8, 293, 285, 15],
17 "reason": "scroll"
18 }
13 ], 19 ],
14 "children": [ 20 "children": [
15 { 21 {
16 "position": [8, 8], 22 "position": [8, 8],
17 "bounds": [285, 285], 23 "bounds": [285, 285],
18 "shouldFlattenTransform": false, 24 "shouldFlattenTransform": false,
19 "children": [ 25 "children": [
20 { 26 {
21 "position": [-315, 0], 27 "position": [-315, 0],
22 "bounds": [600, 600], 28 "bounds": [600, 600],
23 "contentsOpaque": true, 29 "contentsOpaque": true,
24 "drawsContent": true, 30 "drawsContent": true,
25 "backgroundColor": "#FF0000", 31 "backgroundColor": "#FF0000",
26 "repaintRects": [ 32 "paintInvalidations": [
27 [0, 0, 600, 600] 33 {
28 ], 34 "object": "LayoutBlockFlow DIV id='inner'",
29 "paintInvalidationClients": [ 35 "rect": [0, 0, 600, 600],
30 "LayoutBlockFlow DIV id='inner'" 36 "reason": "style change"
37 }
31 ] 38 ]
32 } 39 }
33 ] 40 ]
34 } 41 }
35 ] 42 ]
36 } 43 }
37 ] 44 ]
38 } 45 }
39 46
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698