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

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

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

Powered by Google App Engine
This is Rietveld 408576698