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

Side by Side Diff: third_party/WebKit/LayoutTests/compositing/overflow/updating-scrolling-content-expected.txt

Issue 1883513002: Auto-rebaseline for r386594 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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": [8, 8], 10 "position": [8, 8],
11 "bounds": [200, 200], 11 "bounds": [200, 200],
12 "shouldFlattenTransform": false, 12 "shouldFlattenTransform": false,
13 "drawsContent": true, 13 "drawsContent": true,
14 "repaintRects": [ 14 "paintInvalidations": [
15 [0, 0, 185, 200] 15 {
16 ], 16 "object": "LayoutBlockFlow DIV id='indicator'",
17 "paintInvalidationClients": [ 17 "rect": [0, 0, 185, 200],
18 "LayoutBlockFlow DIV id='indicator'" 18 "reason": "style change"
19 }
19 ], 20 ],
20 "children": [ 21 "children": [
21 { 22 {
22 "bounds": [185, 185], 23 "bounds": [185, 185],
23 "shouldFlattenTransform": false, 24 "shouldFlattenTransform": false,
24 "children": [ 25 "children": [
25 { 26 {
26 "bounds": [185, 1200], 27 "bounds": [185, 1200],
27 "drawsContent": true, 28 "drawsContent": true,
28 "repaintRects": [ 29 "paintInvalidations": [
29 [0, 0, 185, 200] 30 {
30 ], 31 "object": "LayoutBlockFlow DIV id='indicator'",
31 "paintInvalidationClients": [ 32 "rect": [0, 0, 185, 200],
32 "LayoutBlockFlow DIV id='indicator'" 33 "reason": "style change"
34 }
33 ] 35 ]
34 } 36 }
35 ] 37 ]
36 }, 38 },
37 { 39 {
38 "bounds": [200, 200], 40 "bounds": [200, 200],
39 "children": [ 41 "children": [
40 { 42 {
41 "position": [0, 185], 43 "position": [0, 185],
42 "bounds": [185, 15] 44 "bounds": [185, 15]
43 }, 45 },
44 { 46 {
45 "position": [185, 0], 47 "position": [185, 0],
46 "bounds": [15, 185], 48 "bounds": [15, 185],
47 "repaintRects": [ 49 "paintInvalidations": [
48 [0, 0, 15, 185] 50 {
51 "object": "Vertical Scrollbar Layer",
52 "rect": [0, 0, 15, 185],
53 "reason": "full"
54 }
49 ] 55 ]
50 }, 56 },
51 { 57 {
52 "position": [185, 185], 58 "position": [185, 185],
53 "bounds": [15, 15], 59 "bounds": [15, 15],
54 "drawsContent": true 60 "drawsContent": true
55 } 61 }
56 ] 62 ]
57 } 63 }
58 ] 64 ]
59 } 65 }
60 ] 66 ]
61 } 67 }
62 ] 68 ]
63 } 69 }
64 70
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698