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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/compositing/repaint/should-not-clip-composited-overflow-scrolling-layer-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": [8, 8], 10 "position": [8, 8],
(...skipping 11 matching lines...) Expand all
22 "children": [ 22 "children": [
23 { 23 {
24 "bounds": [5000, 5000], 24 "bounds": [5000, 5000],
25 "shouldFlattenTransform": false, 25 "shouldFlattenTransform": false,
26 "drawsContent": true, 26 "drawsContent": true,
27 "repaintRects": [ 27 "repaintRects": [
28 [0, 0, 5000, 5000] 28 [0, 0, 5000, 5000]
29 ], 29 ],
30 "paintInvalidationClients": [ 30 "paintInvalidationClients": [
31 "LayoutBlockFlow DIV id='content'" 31 "LayoutBlockFlow DIV id='content'"
32 ],
33 "children": [
34 {
35 "shouldFlattenTransform": false
36 }
37 ] 32 ]
38 } 33 }
39 ] 34 ]
40 }, 35 },
41 { 36 {
42 "children": [ 37 "children": [
43 { 38 {
44 "position": [0, 485], 39 "position": [0, 485],
45 "bounds": [485, 15], 40 "bounds": [485, 15],
46 "drawsContent": true,
47 "repaintRects": [ 41 "repaintRects": [
48 [0, 0, 485, 15] 42 [0, 0, 485, 15]
49 ],
50 "paintInvalidationClients": [
51 "##ALL##"
52 ] 43 ]
53 }, 44 },
54 { 45 {
55 "position": [485, 0], 46 "position": [485, 0],
56 "bounds": [15, 485], 47 "bounds": [15, 485],
57 "drawsContent": true,
58 "repaintRects": [ 48 "repaintRects": [
59 [0, 0, 15, 485] 49 [0, 0, 15, 485]
60 ],
61 "paintInvalidationClients": [
62 "##ALL##"
63 ] 50 ]
64 }, 51 },
65 { 52 {
66 "position": [485, 485], 53 "position": [485, 485],
67 "bounds": [15, 15], 54 "bounds": [15, 15],
68 "drawsContent": true 55 "drawsContent": true
69 } 56 }
70 ] 57 ]
71 } 58 }
72 ] 59 ]
73 } 60 }
74 ] 61 ]
75 } 62 }
76 ] 63 ]
77 } 64 }
78 65
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698