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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/win/fast/repaint/overflow-move-after-scroll-expected.txt

Issue 1372393006: Auto-rebaseline for r351979 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 "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],
(...skipping 13 matching lines...) Expand all
24 { 24 {
25 "bounds": [685, 600], 25 "bounds": [685, 600],
26 "shouldFlattenTransform": false, 26 "shouldFlattenTransform": false,
27 "drawsContent": true, 27 "drawsContent": true,
28 "repaintRects": [ 28 "repaintRects": [
29 [300, 200, 120, 50], 29 [300, 200, 120, 50],
30 [50, 200, 120, 50] 30 [50, 200, 120, 50]
31 ], 31 ],
32 "paintInvalidationClients": [ 32 "paintInvalidationClients": [
33 "LayoutBlockFlow (positioned) DIV id='block'" 33 "LayoutBlockFlow (positioned) DIV id='block'"
34 ],
35 "children": [
36 {
37 "shouldFlattenTransform": false
38 }
39 ] 34 ]
40 } 35 }
41 ] 36 ]
42 }, 37 },
43 { 38 {
44 "children": [ 39 "children": [
45 { 40 {
46 "position": [0, 385], 41 "position": [0, 385],
47 "bounds": [685, 15], 42 "bounds": [685, 15]
48 "drawsContent": true
49 }, 43 },
50 { 44 {
51 "position": [685, 0], 45 "position": [685, 0],
52 "bounds": [15, 385], 46 "bounds": [15, 385],
53 "drawsContent": true,
54 "repaintRects": [ 47 "repaintRects": [
55 [0, 0, 15, 385] 48 [0, 0, 15, 385]
56 ],
57 "paintInvalidationClients": [
58 "##ALL##"
59 ] 49 ]
60 }, 50 },
61 { 51 {
62 "position": [685, 385], 52 "position": [685, 385],
63 "bounds": [15, 15], 53 "bounds": [15, 15],
64 "drawsContent": true 54 "drawsContent": true
65 } 55 }
66 ] 56 ]
67 } 57 }
68 ] 58 ]
69 } 59 }
70 ] 60 ]
71 } 61 }
72 ] 62 ]
73 } 63 }
74 64
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698