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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/remove-inline-layer-after-layout-expected.txt

Issue 2707063003: Don't invalidate rect if it's covered by fully invalidated parent's visual rect (Closed)
Patch Set: - Created 3 years, 9 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": [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, 104], 11 "rect": [8, 108, 784, 104],
12 "reason": "forced by layout" 12 "reason": "forced by layout"
13 }, 13 },
14 { 14 {
15 "object": "LayoutInline SPAN id='target'", 15 "object": "LayoutInline SPAN id='target'",
16 "rect": [112, 108, 181, 104], 16 "rect": [112, 108, 181, 104],
17 "reason": "layoutObject removal" 17 "reason": "layoutObject removal"
18 }, 18 },
19 { 19 {
20 "object": "LayoutText #text", 20 "object": "LayoutText #text",
21 "rect": [112, 194, 181, 18], 21 "rect": [112, 194, 181, 18],
22 "reason": "layoutObject removal" 22 "reason": "layoutObject removal"
23 },
24 {
25 "object": "LayoutBlockFlow DIV",
26 "rect": [292, 108, 101, 100],
27 "reason": "forced by layout"
28 },
29 {
30 "object": "LayoutBlockFlow DIV",
31 "rect": [112, 108, 100, 100],
32 "reason": "forced by layout"
33 },
34 {
35 "object": "LayoutBlockFlow DIV",
36 "rect": [8, 108, 100, 100],
37 "reason": "forced by layout"
38 },
39 {
40 "object": "LayoutText #text",
41 "rect": [108, 194, 4, 18],
42 "reason": "forced by layout"
43 } 23 }
44 ] 24 ]
45 } 25 }
46 ], 26 ],
47 "objectPaintInvalidations": [ 27 "objectPaintInvalidations": [
48 { 28 {
49 "object": "LayoutText #text", 29 "object": "LayoutText #text",
50 "reason": "layoutObject removal" 30 "reason": "layoutObject removal"
51 }, 31 },
52 { 32 {
(...skipping 20 matching lines...) Expand all
73 "object": "InlineTextBox '\n'", 53 "object": "InlineTextBox '\n'",
74 "reason": "forced by layout" 54 "reason": "forced by layout"
75 }, 55 },
76 { 56 {
77 "object": "LayoutBlockFlow DIV", 57 "object": "LayoutBlockFlow DIV",
78 "reason": "forced by layout" 58 "reason": "forced by layout"
79 } 59 }
80 ] 60 ]
81 } 61 }
82 62
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698