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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/flexbox/repaint-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, 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": [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 DIV id='content'", 10 "object": "LayoutBlockFlow DIV id='content'",
11 "rect": [138, 128, 654, 100], 11 "rect": [138, 128, 654, 100],
12 "reason": "style change" 12 "reason": "style change"
13 }, 13 },
14 { 14 {
15 "object": "LayoutBlockFlow P",
16 "rect": [138, 128, 654, 100],
17 "reason": "forced by layout"
18 },
19 {
20 "object": "LayoutText #text", 15 "object": "LayoutText #text",
21 "rect": [137, 128, 652, 99], 16 "rect": [137, 128, 652, 99],
22 "reason": "forced by layout" 17 "reason": "forced by layout"
23 }, 18 },
24 { 19 {
25 "object": "LayoutBlockFlow DIV id='content'", 20 "object": "LayoutBlockFlow DIV id='content'",
26 "rect": [148, 128, 644, 100], 21 "rect": [148, 128, 644, 100],
27 "reason": "style change" 22 "reason": "style change"
28 }, 23 },
29 { 24 {
30 "object": "LayoutBlockFlow P",
31 "rect": [148, 128, 644, 100],
32 "reason": "forced by layout"
33 },
34 {
35 "object": "LayoutText #text", 25 "object": "LayoutText #text",
36 "rect": [147, 128, 641, 99], 26 "rect": [147, 128, 641, 99],
37 "reason": "forced by layout" 27 "reason": "forced by layout"
38 }, 28 },
39 { 29 {
40 "object": "LayoutBlockFlow DIV id='content'", 30 "object": "LayoutBlockFlow DIV id='content'",
41 "rect": [400, 128, 392, 160], 31 "rect": [400, 128, 392, 160],
42 "reason": "style change" 32 "reason": "style change"
43 }, 33 },
44 { 34 {
45 "object": "LayoutBlockFlow P",
46 "rect": [400, 128, 392, 160],
47 "reason": "forced by layout"
48 },
49 {
50 "object": "LayoutBlockFlow DIV id='left'", 35 "object": "LayoutBlockFlow DIV id='left'",
51 "rect": [8, 228, 392, 60], 36 "rect": [8, 228, 392, 60],
52 "reason": "incremental" 37 "reason": "incremental"
53 }, 38 },
54 { 39 {
55 "object": "LayoutText #text",
56 "rect": [400, 128, 389, 159],
57 "reason": "forced by layout"
58 },
59 {
60 "object": "LayoutBlockFlow DIV id='left'", 40 "object": "LayoutBlockFlow DIV id='left'",
61 "rect": [148, 128, 252, 160], 41 "rect": [148, 128, 252, 160],
62 "reason": "incremental" 42 "reason": "incremental"
63 }, 43 },
64 { 44 {
65 "object": "LayoutBlockFlow DIV id='left'", 45 "object": "LayoutBlockFlow DIV id='left'",
66 "rect": [138, 128, 10, 100], 46 "rect": [138, 128, 10, 100],
67 "reason": "incremental" 47 "reason": "incremental"
68 } 48 }
69 ] 49 ]
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
146 "object": "InlineTextBox 'vel varius vestibulum, purus quam mollis sapien, in condimentum leo neque sed nulla. Nunc quis porta elit.'", 126 "object": "InlineTextBox 'vel varius vestibulum, purus quam mollis sapien, in condimentum leo neque sed nulla. Nunc quis porta elit.'",
147 "reason": "forced by layout" 127 "reason": "forced by layout"
148 }, 128 },
149 { 129 {
150 "object": "InlineTextBox 'Pellentesque erat lectus, ultricies a lobortis i d, faucibus id quam.'", 130 "object": "InlineTextBox 'Pellentesque erat lectus, ultricies a lobortis i d, faucibus id quam.'",
151 "reason": "forced by layout" 131 "reason": "forced by layout"
152 } 132 }
153 ] 133 ]
154 } 134 }
155 135
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698