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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/resize-scrollable-iframe-expected.txt

Issue 2549553002: Verify paintedOutputOfObjectHasNoEffectRegardlessOfSize during painting (Closed)
Patch Set: Remove from LayoutObject.h Created 4 years 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 "paintInvalidations": [ 8 "paintInvalidations": [
9 { 9 {
10 "object": "LayoutBlockFlow (anonymous)", 10 "object": "LayoutBlockFlow (anonymous)",
11 "rect": [8, 108, 784, 305], 11 "rect": [8, 108, 784, 305],
12 "reason": "forced by layout" 12 "reason": "forced by layout"
13 }, 13 },
14 { 14 {
15 "object": "LayoutIFrame IFRAME id='iframe'", 15 "object": "LayoutIFrame IFRAME id='iframe'",
16 "rect": [8, 108, 300, 300], 16 "rect": [8, 108, 300, 300],
17 "reason": "forced by layout" 17 "reason": "forced by layout"
18 }, 18 },
19 { 19 {
20 "object": "LayoutView #document", 20 "object": "LayoutView #document",
21 "rect": [8, 193, 285, 200],
22 "reason": "incremental"
23 },
24 {
25 "object": "LayoutView #document",
21 "rect": [8, 393, 285, 15], 26 "rect": [8, 393, 285, 15],
22 "reason": "scroll" 27 "reason": "scroll"
23 }, 28 },
24 { 29 {
25 "object": "LayoutView #document", 30 "object": "LayoutView #document",
31 "rect": [93, 108, 200, 285],
32 "reason": "incremental"
33 },
34 {
35 "object": "LayoutView #document",
26 "rect": [8, 193, 85, 15], 36 "rect": [8, 193, 85, 15],
27 "reason": "scroll" 37 "reason": "scroll"
28 }, 38 },
29 { 39 {
30 "object": "LayoutView #document", 40 "object": "LayoutView #document",
31 "rect": [293, 108, 15, 285], 41 "rect": [293, 108, 15, 285],
32 "reason": "scroll" 42 "reason": "scroll"
33 }, 43 },
34 { 44 {
35 "object": "LayoutView #document", 45 "object": "LayoutView #document",
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
70 "object": "HorizontalScrollbar", 80 "object": "HorizontalScrollbar",
71 "reason": "scroll" 81 "reason": "scroll"
72 }, 82 },
73 { 83 {
74 "object": "LayoutView #document", 84 "object": "LayoutView #document",
75 "reason": "scroll" 85 "reason": "scroll"
76 }, 86 },
77 { 87 {
78 "object": "VerticalScrollbar", 88 "object": "VerticalScrollbar",
79 "reason": "scroll" 89 "reason": "scroll"
90 },
91 {
92 "object": "LayoutView #document",
93 "reason": "incremental"
80 } 94 }
81 ] 95 ]
82 } 96 }
83 97
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698