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

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

Issue 2081773002: Auto-rebaseline for r400605 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
OLDNEW
1 { 1 {
2 "name": "Content Root Layer",
2 "bounds": [800, 600], 3 "bounds": [800, 600],
3 "children": [ 4 "children": [
4 { 5 {
6 "name": "LayoutView #document",
5 "bounds": [800, 600], 7 "bounds": [800, 600],
6 "contentsOpaque": true, 8 "contentsOpaque": true,
7 "drawsContent": true, 9 "drawsContent": true,
8 "paintInvalidations": [ 10 "paintInvalidations": [
9 { 11 {
10 "object": "LayoutBlockFlow (positioned) DIV id='outer'", 12 "object": "LayoutBlockFlow (positioned) DIV id='outer'",
11 "rect": [8, 293, 285, 15], 13 "rect": [8, 293, 285, 15],
12 "reason": "scroll" 14 "reason": "scroll"
13 },
14 {
15 "object": "HorizontalScrollbar",
16 "reason": "scroll"
17 } 15 }
18 ], 16 ],
19 "children": [ 17 "children": [
20 { 18 {
19 "name": "Ancestor Clipping Layer",
21 "position": [8, 8], 20 "position": [8, 8],
22 "bounds": [285, 285], 21 "bounds": [285, 285],
23 "shouldFlattenTransform": false, 22 "shouldFlattenTransform": false,
24 "children": [ 23 "children": [
25 { 24 {
25 "name": "LayoutBlockFlow (positioned) DIV id='container'",
26 "position": [-315, 0], 26 "position": [-315, 0],
27 "bounds": [600, 600], 27 "bounds": [600, 600],
28 "contentsOpaque": true, 28 "contentsOpaque": true,
29 "drawsContent": true, 29 "drawsContent": true,
30 "backgroundColor": "#FF0000", 30 "backgroundColor": "#FF0000",
31 "paintInvalidations": [ 31 "paintInvalidations": [
32 { 32 {
33 "object": "LayoutBlockFlow DIV id='inner'", 33 "object": "LayoutBlockFlow DIV id='inner'",
34 "rect": [0, 0, 600, 600], 34 "rect": [0, 0, 600, 600],
35 "reason": "style change" 35 "reason": "style change"
36 } 36 }
37 ] 37 ]
38 } 38 }
39 ] 39 ]
40 } 40 }
41 ] 41 ]
42 } 42 }
43 ],
44 "objectPaintInvalidations": [
45 {
46 "object": "HorizontalScrollbar",
47 "reason": "scroll"
48 },
49 {
50 "object": "LayoutBlockFlow DIV id='inner'",
51 "reason": "style change"
52 }
43 ] 53 ]
44 } 54 }
45 55
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698