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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/compositing/scrolling-without-painting-expected.txt

Issue 2406733002: Auto-rebaseline for r424089 (Closed)
Patch Set: Created 4 years, 2 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 "layers": [
3 "bounds": [800, 600],
4 "children": [
5 { 3 {
6 "name": "LayoutView #document", 4 "name": "LayoutView #document",
7 "bounds": [800, 600], 5 "bounds": [800, 600],
8 "contentsOpaque": true, 6 "contentsOpaque": true,
9 "drawsContent": true, 7 "drawsContent": true
10 "children": [ 8 },
9 {
10 "name": "LayoutBlockFlow DIV id='scroller'",
11 "position": [8, 8],
12 "bounds": [202, 202],
13 "shouldFlattenTransform": false,
14 "drawsContent": true
15 },
16 {
17 "name": "Scrolling Layer",
18 "position": [1, 1],
19 "bounds": [185, 185],
20 "shouldFlattenTransform": false
21 },
22 {
23 "name": "Scrolling Contents Layer",
24 "bounds": [185, 1025],
25 "drawsContent": true
26 },
27 {
28 "name": "Overflow Controls Host Layer",
29 "bounds": [202, 202]
30 },
31 {
32 "name": "Horizontal Scrollbar Layer",
33 "position": [1, 186],
34 "bounds": [185, 15]
35 },
36 {
37 "name": "Vertical Scrollbar Layer",
38 "position": [186, 1],
39 "bounds": [15, 185],
40 "paintInvalidations": [
11 { 41 {
12 "name": "LayoutBlockFlow DIV id='scroller'", 42 "object": "Vertical Scrollbar Layer",
13 "position": [8, 8], 43 "rect": [0, 0, 15, 185],
14 "bounds": [202, 202], 44 "reason": "full"
15 "shouldFlattenTransform": false,
16 "drawsContent": true,
17 "children": [
18 {
19 "name": "Scrolling Layer",
20 "position": [1, 1],
21 "bounds": [185, 185],
22 "shouldFlattenTransform": false,
23 "children": [
24 {
25 "name": "Scrolling Contents Layer",
26 "bounds": [185, 1025],
27 "drawsContent": true
28 }
29 ]
30 },
31 {
32 "name": "Overflow Controls Host Layer",
33 "bounds": [202, 202],
34 "children": [
35 {
36 "name": "Horizontal Scrollbar Layer",
37 "position": [1, 186],
38 "bounds": [185, 15]
39 },
40 {
41 "name": "Vertical Scrollbar Layer",
42 "position": [186, 1],
43 "bounds": [15, 185],
44 "paintInvalidations": [
45 {
46 "object": "Vertical Scrollbar Layer",
47 "rect": [0, 0, 15, 185],
48 "reason": "full"
49 }
50 ]
51 },
52 {
53 "name": "Scroll Corner Layer",
54 "position": [186, 186],
55 "bounds": [15, 15],
56 "drawsContent": true
57 }
58 ]
59 }
60 ]
61 } 45 }
62 ] 46 ]
47 },
48 {
49 "name": "Scroll Corner Layer",
50 "position": [186, 186],
51 "bounds": [15, 15],
52 "drawsContent": true
63 } 53 }
64 ] 54 ]
65 } 55 }
66 56
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698