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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/repaint/overflow-move-after-scroll-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 "children": [ 8 "children": [
9 { 9 {
10 "position": [10, 60], 10 "position": [10, 60],
11 "bounds": [700, 400], 11 "bounds": [700, 400],
12 "shouldFlattenTransform": false, 12 "shouldFlattenTransform": false,
13 "drawsContent": true, 13 "drawsContent": true,
14 "repaintRects": [ 14 "paintInvalidations": [
15 [300, 100, 120, 50], 15 {
16 [50, 100, 120, 50] 16 "object": "LayoutBlockFlow (positioned) DIV id='block'",
17 ], 17 "rect": [300, 100, 120, 50],
18 "paintInvalidationClients": [ 18 "reason": "location change"
19 "LayoutBlockFlow (positioned) DIV id='block'" 19 },
20 {
21 "object": "LayoutBlockFlow (positioned) DIV id='block'",
22 "rect": [50, 100, 120, 50],
23 "reason": "location change"
24 }
20 ], 25 ],
21 "children": [ 26 "children": [
22 { 27 {
23 "bounds": [685, 385], 28 "bounds": [685, 385],
24 "shouldFlattenTransform": false, 29 "shouldFlattenTransform": false,
25 "children": [ 30 "children": [
26 { 31 {
27 "bounds": [685, 600], 32 "bounds": [685, 600],
28 "drawsContent": true, 33 "drawsContent": true,
29 "repaintRects": [ 34 "paintInvalidations": [
30 [300, 200, 120, 50], 35 {
31 [50, 200, 120, 50] 36 "object": "LayoutBlockFlow (positioned) DIV id='block'",
32 ], 37 "rect": [300, 200, 120, 50],
33 "paintInvalidationClients": [ 38 "reason": "location change"
34 "LayoutBlockFlow (positioned) DIV id='block'" 39 },
40 {
41 "object": "LayoutBlockFlow (positioned) DIV id='block'",
42 "rect": [50, 200, 120, 50],
43 "reason": "location change"
44 }
35 ] 45 ]
36 } 46 }
37 ] 47 ]
38 }, 48 },
39 { 49 {
40 "bounds": [700, 400], 50 "bounds": [700, 400],
41 "children": [ 51 "children": [
42 { 52 {
43 "position": [0, 385], 53 "position": [0, 385],
44 "bounds": [685, 15] 54 "bounds": [685, 15]
45 }, 55 },
46 { 56 {
47 "position": [685, 0], 57 "position": [685, 0],
48 "bounds": [15, 385], 58 "bounds": [15, 385],
49 "repaintRects": [ 59 "paintInvalidations": [
50 [0, 0, 15, 385] 60 {
61 "object": "Vertical Scrollbar Layer",
62 "rect": [0, 0, 15, 385],
63 "reason": "full"
64 }
51 ] 65 ]
52 }, 66 },
53 { 67 {
54 "position": [685, 385], 68 "position": [685, 385],
55 "bounds": [15, 15], 69 "bounds": [15, 15],
56 "drawsContent": true 70 "drawsContent": true
57 } 71 }
58 ] 72 ]
59 } 73 }
60 ] 74 ]
61 } 75 }
62 ] 76 ]
63 } 77 }
64 ] 78 ]
65 } 79 }
66 80
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698