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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/layoutstate-invalid-invalidation-inline-relative-positioned-expected.txt

Issue 2707063003: Don't invalidate rect if it's covered by fully invalidated parent's visual rect (Closed)
Patch Set: Rebaseline on Linux 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 (anonymous)", 10 "object": "LayoutBlockFlow (anonymous)",
(...skipping 10 matching lines...) Expand all
21 "rect": [8, 200, 100, 104], 21 "rect": [8, 200, 100, 104],
22 "reason": "forced by layout" 22 "reason": "forced by layout"
23 }, 23 },
24 { 24 {
25 "object": "LayoutInline (relative positioned) SPAN", 25 "object": "LayoutInline (relative positioned) SPAN",
26 "rect": [8, 120, 100, 104], 26 "rect": [8, 120, 100, 104],
27 "reason": "forced by layout" 27 "reason": "forced by layout"
28 }, 28 },
29 { 29 {
30 "object": "LayoutBlockFlow DIV", 30 "object": "LayoutBlockFlow DIV",
31 "rect": [8, 220, 100, 100],
32 "reason": "forced by layout"
33 },
34 {
35 "object": "LayoutText #text",
36 "rect": [8, 220, 100, 100],
37 "reason": "bounds change"
38 },
39 {
40 "object": "LayoutBlockFlow DIV",
41 "rect": [8, 200, 100, 100], 31 "rect": [8, 200, 100, 100],
42 "reason": "forced by layout" 32 "reason": "forced by layout"
43 }, 33 },
44 { 34 {
45 "object": "LayoutText #text", 35 "object": "LayoutText #text",
46 "rect": [8, 200, 100, 100], 36 "rect": [8, 200, 100, 100],
47 "reason": "bounds change" 37 "reason": "bounds change"
48 } 38 }
49 ] 39 ]
50 } 40 }
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
94 "object": "InlineTextBox 'x'", 84 "object": "InlineTextBox 'x'",
95 "reason": "bounds change" 85 "reason": "bounds change"
96 }, 86 },
97 { 87 {
98 "object": "LayoutText #text", 88 "object": "LayoutText #text",
99 "reason": "location change" 89 "reason": "location change"
100 } 90 }
101 ] 91 ]
102 } 92 }
103 93
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698