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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/win/paint/invalidation/compositing/iframe-inside-squashed-layer-expected.txt

Issue 2699463004: Fix gradient background invalidation when HTML size changes (Closed)
Patch Set: - Created 3 years, 10 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 "layers": [ 2 "layers": [
3 { 3 {
4 "name": "LayoutView #document", 4 "name": "LayoutView #document",
5 "bounds": [785, 1016], 5 "bounds": [785, 1016],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true 7 "drawsContent": true
8 }, 8 },
9 { 9 {
10 "name": "Squashing Containment Layer", 10 "name": "Squashing Containment Layer",
(...skipping 12 matching lines...) Expand all
23 "position": [8, 0], 23 "position": [8, 0],
24 "bounds": [300, 653], 24 "bounds": [300, 653],
25 "drawsContent": true, 25 "drawsContent": true,
26 "paintInvalidations": [ 26 "paintInvalidations": [
27 { 27 {
28 "object": "LayoutView #document", 28 "object": "LayoutView #document",
29 "rect": [0, 500, 300, 150], 29 "rect": [0, 500, 300, 150],
30 "reason": "style change" 30 "reason": "style change"
31 }, 31 },
32 { 32 {
33 "object": "LayoutBlockFlow HTML",
34 "rect": [0, 500, 300, 34],
35 "reason": "forced by layout"
36 },
37 {
38 "object": "LayoutBlockFlow HTML",
39 "rect": [0, 500, 285, 150],
40 "reason": "forced by layout"
41 },
42 {
43 "object": "LayoutBlockFlow BODY", 33 "object": "LayoutBlockFlow BODY",
44 "rect": [8, 508, 284, 18], 34 "rect": [8, 508, 284, 18],
45 "reason": "forced by layout" 35 "reason": "forced by layout"
46 }, 36 },
47 { 37 {
48 "object": "LayoutBlockFlow BODY", 38 "object": "LayoutBlockFlow BODY",
49 "rect": [8, 508, 269, 142], 39 "rect": [8, 508, 269, 142],
50 "reason": "forced by layout" 40 "reason": "forced by layout"
51 }, 41 },
52 { 42 {
(...skipping 16 matching lines...) Expand all
69 }, 59 },
70 { 60 {
71 "object": "VerticalScrollbar", 61 "object": "VerticalScrollbar",
72 "reason": "scroll" 62 "reason": "scroll"
73 }, 63 },
74 { 64 {
75 "object": "LayoutView #document", 65 "object": "LayoutView #document",
76 "reason": "style change" 66 "reason": "style change"
77 }, 67 },
78 { 68 {
79 "object": "LayoutBlockFlow HTML",
80 "reason": "forced by layout"
81 },
82 {
83 "object": "LayoutBlockFlow BODY", 69 "object": "LayoutBlockFlow BODY",
84 "reason": "forced by layout" 70 "reason": "forced by layout"
85 }, 71 },
86 { 72 {
87 "object": "RootInlineBox", 73 "object": "RootInlineBox",
88 "reason": "forced by layout" 74 "reason": "forced by layout"
89 }, 75 },
90 { 76 {
91 "object": "LayoutText #text", 77 "object": "LayoutText #text",
92 "reason": "forced by layout" 78 "reason": "forced by layout"
93 }, 79 },
94 { 80 {
95 "object": "InlineTextBox 'test1'", 81 "object": "InlineTextBox 'test1'",
96 "reason": "forced by layout" 82 "reason": "forced by layout"
97 } 83 }
98 ] 84 ]
99 } 85 }
100 86
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698