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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/compositing/should-not-clip-composited-overflow-scrolling-layer-expected.txt

Issue 2466903003: Fix timeout of paint/invalidation/compositing/should-not-clip*.html (Closed)
Patch Set: Shrink the layers Created 4 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
1 { 1 {
2 "layers": [ 2 "layers": [
3 { 3 {
4 "name": "LayoutView #document", 4 "name": "LayoutView #document",
5 "bounds": [800, 600], 5 "bounds": [800, 600],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true 7 "drawsContent": true
8 }, 8 },
9 { 9 {
10 "name": "LayoutBlockFlow DIV id='container'", 10 "name": "LayoutBlockFlow DIV id='container'",
11 "position": [8, 8], 11 "position": [8, 8],
12 "bounds": [500, 500], 12 "bounds": [400, 300],
13 "shouldFlattenTransform": false, 13 "shouldFlattenTransform": false,
14 "drawsContent": true 14 "drawsContent": true
15 }, 15 },
16 { 16 {
17 "name": "Scrolling Layer", 17 "name": "Scrolling Layer",
18 "bounds": [485, 485], 18 "bounds": [385, 285],
19 "shouldFlattenTransform": false 19 "shouldFlattenTransform": false
20 }, 20 },
21 { 21 {
22 "name": "Scrolling Contents Layer", 22 "name": "Scrolling Contents Layer",
23 "bounds": [5000, 5000], 23 "bounds": [1000, 1000],
24 "drawsContent": true, 24 "drawsContent": true,
25 "paintInvalidations": [ 25 "paintInvalidations": [
26 { 26 {
27 "object": "LayoutBlockFlow DIV id='content'", 27 "object": "LayoutBlockFlow DIV id='content'",
28 "rect": [0, 0, 5000, 5000], 28 "rect": [0, 0, 1000, 1000],
29 "reason": "style change" 29 "reason": "style change"
30 } 30 }
31 ] 31 ]
32 }, 32 },
33 { 33 {
34 "name": "Overflow Controls Host Layer", 34 "name": "Overflow Controls Host Layer",
35 "bounds": [500, 500] 35 "bounds": [400, 300]
36 }, 36 },
37 { 37 {
38 "name": "Horizontal Scrollbar Layer", 38 "name": "Horizontal Scrollbar Layer",
39 "position": [0, 485], 39 "position": [0, 285],
40 "bounds": [485, 15], 40 "bounds": [385, 15],
41 "paintInvalidations": [ 41 "paintInvalidations": [
42 { 42 {
43 "object": "Horizontal Scrollbar Layer", 43 "object": "Horizontal Scrollbar Layer",
44 "rect": [0, 0, 485, 15], 44 "rect": [0, 0, 385, 15],
45 "reason": "full" 45 "reason": "full"
46 } 46 }
47 ] 47 ]
48 }, 48 },
49 { 49 {
50 "name": "Vertical Scrollbar Layer", 50 "name": "Vertical Scrollbar Layer",
51 "position": [485, 0], 51 "position": [385, 0],
52 "bounds": [15, 485], 52 "bounds": [15, 285],
53 "paintInvalidations": [ 53 "paintInvalidations": [
54 { 54 {
55 "object": "Vertical Scrollbar Layer", 55 "object": "Vertical Scrollbar Layer",
56 "rect": [0, 0, 15, 485], 56 "rect": [0, 0, 15, 285],
57 "reason": "full" 57 "reason": "full"
58 } 58 }
59 ] 59 ]
60 }, 60 },
61 { 61 {
62 "name": "Scroll Corner Layer", 62 "name": "Scroll Corner Layer",
63 "position": [485, 485], 63 "position": [385, 285],
64 "bounds": [15, 15], 64 "bounds": [15, 15],
65 "drawsContent": true 65 "drawsContent": true
66 } 66 }
67 ], 67 ],
68 "objectPaintInvalidations": [ 68 "objectPaintInvalidations": [
69 { 69 {
70 "object": "LayoutBlockFlow DIV id='content'", 70 "object": "LayoutBlockFlow DIV id='content'",
71 "reason": "style change" 71 "reason": "style change"
72 }, 72 },
73 { 73 {
74 "object": "RootInlineBox", 74 "object": "RootInlineBox",
75 "reason": "style change" 75 "reason": "style change"
76 } 76 }
77 ] 77 ]
78 } 78 }
79 79
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698