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

Side by Side Diff: LayoutTests/platform/mac-mavericks/compositing/overflow/updating-scrolling-content-expected.txt

Issue 1289383002: Auto-rebaseline for r200567 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 4 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 | Annotate | Revision Log
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": [8, 8],
11 "bounds": [200, 200],
12 "drawsContent": true,
13 "repaintRects": [
14 [0, 0, 185, 200],
15 [0, -1000, 185, 200]
16 ],
17 "paintInvalidationClients": [
18 "LayoutBlockFlow DIV id='indicator'"
19 ],
20 "children": [
21 {
22 "bounds": [185, 185],
23 "children": [
24 {
25 "bounds": [185, 1200],
26 "drawsContent": true,
27 "repaintRects": [
28 [0, 0, 185, 200],
29 [0, -1000, 185, 200]
30 ],
31 "paintInvalidationClients": [
32 "LayoutBlockFlow DIV id='indicator'"
33 ],
34 "children": [
35 {
36
37 }
38 ]
39 }
40 ]
41 },
42 {
43 "children": [
44 {
45 "position": [0, 185],
46 "bounds": [185, 15]
47 },
48 {
49 "position": [185, 0],
50 "bounds": [15, 185],
51 "repaintRects": [
52 [0, 0, 15, 185],
53 [0, 0, 15, 185],
54 [0, 0, 15, 185]
55 ]
56 },
57 {
58 "position": [185, 185],
59 "bounds": [15, 15],
60 "drawsContent": true
61 }
62 ]
63 }
64 ]
65 }
66 ]
67 }
68 ]
69 }
70
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698