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

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

Issue 1454953002: Auto-rebaseline for r360144 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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
(Empty)
1 {
2 "bounds": [800, 600],
3 "children": [
4 {
5 "bounds": [800, 600],
6 "contentsOpaque": true,
7 "drawsContent": true,
8 "children": [
9 {
10 "position": [10, 60],
11 "bounds": [700, 400],
12 "drawsContent": true,
13 "repaintRects": [
14 [300, 100, 120, 50],
15 [50, 100, 120, 50]
16 ],
17 "children": [
18 {
19 "bounds": [685, 385],
20 "children": [
21 {
22 "bounds": [685, 600],
23 "shouldFlattenTransform": false,
24 "drawsContent": true,
25 "repaintRects": [
26 [300, 200, 120, 50],
27 [50, 200, 120, 50]
28 ],
29 "paintInvalidationClients": [
30 "LayoutBlockFlow (positioned) DIV id='block'"
31 ]
32 }
33 ]
34 },
35 {
36 "children": [
37 {
38 "position": [0, 385],
39 "bounds": [685, 15]
40 },
41 {
42 "position": [685, 0],
43 "bounds": [15, 385],
44 "repaintRects": [
45 [0, 0, 15, 385],
46 [0, 0, 15, 385],
47 [0, 0, 15, 385]
48 ]
49 },
50 {
51 "position": [685, 385],
52 "bounds": [15, 15],
53 "drawsContent": true
54 }
55 ]
56 }
57 ]
58 }
59 ]
60 }
61 ]
62 }
63
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698