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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/invalidate-after-composited-scroll-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 "children": [ 10 "children": [
9 { 11 {
12 "name": "LayoutBlockFlow (positioned) DIV id='scroller'",
10 "position": [300, 300], 13 "position": [300, 300],
11 "bounds": [200, 200], 14 "bounds": [200, 200],
12 "shouldFlattenTransform": false, 15 "shouldFlattenTransform": false,
13 "drawsContent": true, 16 "drawsContent": true,
14 "children": [ 17 "children": [
15 { 18 {
19 "name": "Scrolling Layer",
16 "bounds": [185, 200], 20 "bounds": [185, 200],
17 "shouldFlattenTransform": false, 21 "shouldFlattenTransform": false,
18 "children": [ 22 "children": [
19 { 23 {
24 "name": "Scrolling Contents Layer",
20 "bounds": [185, 4900], 25 "bounds": [185, 4900],
21 "drawsContent": true, 26 "drawsContent": true,
22 "paintInvalidations": [ 27 "paintInvalidations": [
23 { 28 {
24 "object": "LayoutBlockFlow DIV id='target'", 29 "object": "LayoutBlockFlow DIV id='target'",
25 "rect": [0, 2400, 100, 100], 30 "rect": [0, 2400, 100, 100],
26 "reason": "style change" 31 "reason": "style change"
27 } 32 }
28 ] 33 ]
29 } 34 }
30 ] 35 ]
31 }, 36 },
32 { 37 {
38 "name": "Overflow Controls Host Layer",
33 "bounds": [200, 200], 39 "bounds": [200, 200],
34 "children": [ 40 "children": [
35 { 41 {
42 "name": "Vertical Scrollbar Layer",
36 "position": [185, 0], 43 "position": [185, 0],
37 "bounds": [15, 200], 44 "bounds": [15, 200],
38 "paintInvalidations": [ 45 "paintInvalidations": [
39 { 46 {
40 "object": "Vertical Scrollbar Layer", 47 "object": "Vertical Scrollbar Layer",
41 "rect": [0, 0, 15, 200], 48 "rect": [0, 0, 15, 200],
42 "reason": "full" 49 "reason": "full"
43 } 50 }
44 ] 51 ]
45 } 52 }
46 ] 53 ]
47 } 54 }
48 ] 55 ]
49 } 56 }
50 ] 57 ]
51 } 58 }
59 ],
60 "objectPaintInvalidations": [
61 {
62 "object": "LayoutBlockFlow DIV id='target'",
63 "reason": "style change"
64 }
52 ] 65 ]
53 } 66 }
54 67
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698