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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/invalidate-after-composited-scroll-expected.txt

Issue 1881903002: 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 "children": [ 8 "children": [
9 { 9 {
10 "position": [300, 300], 10 "position": [300, 300],
11 "bounds": [200, 200], 11 "bounds": [200, 200],
12 "shouldFlattenTransform": false, 12 "shouldFlattenTransform": false,
13 "drawsContent": true, 13 "drawsContent": true,
14 "repaintRects": [ 14 "paintInvalidations": [
15 [0, 50, 100, 100] 15 {
16 ], 16 "object": "LayoutBlockFlow DIV id='target'",
17 "paintInvalidationClients": [ 17 "rect": [0, 50, 100, 100],
18 "LayoutBlockFlow DIV id='target'" 18 "reason": "style change"
19 }
19 ], 20 ],
20 "children": [ 21 "children": [
21 { 22 {
22 "bounds": [185, 200], 23 "bounds": [185, 200],
23 "shouldFlattenTransform": false, 24 "shouldFlattenTransform": false,
24 "children": [ 25 "children": [
25 { 26 {
26 "bounds": [185, 4900], 27 "bounds": [185, 4900],
27 "drawsContent": true, 28 "drawsContent": true,
28 "repaintRects": [ 29 "paintInvalidations": [
29 [0, 2400, 100, 100] 30 {
30 ], 31 "object": "LayoutBlockFlow DIV id='target'",
31 "paintInvalidationClients": [ 32 "rect": [0, 2400, 100, 100],
32 "LayoutBlockFlow DIV id='target'" 33 "reason": "style change"
34 }
33 ] 35 ]
34 } 36 }
35 ] 37 ]
36 }, 38 },
37 { 39 {
38 "bounds": [200, 200], 40 "bounds": [200, 200],
39 "children": [ 41 "children": [
40 { 42 {
41 "position": [185, 0], 43 "position": [185, 0],
42 "bounds": [15, 200], 44 "bounds": [15, 200],
43 "repaintRects": [ 45 "paintInvalidations": [
44 [0, 0, 15, 200] 46 {
47 "object": "Vertical Scrollbar Layer",
48 "rect": [0, 0, 15, 200],
49 "reason": "full"
50 }
45 ] 51 ]
46 } 52 }
47 ] 53 ]
48 } 54 }
49 ] 55 ]
50 } 56 }
51 ] 57 ]
52 } 58 }
53 ] 59 ]
54 } 60 }
55 61
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698