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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/mac-snowleopard/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 43 "drawsContent": true
(...skipping 20 matching lines...) Expand all
69 } 64 }
70 ] 65 ]
71 } 66 }
72 ] 67 ]
73 } 68 }
74 ] 69 ]
75 } 70 }
76 ] 71 ]
77 } 72 }
78 73
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698