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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/vertical-align-length2-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 BODY", 10 "object": "LayoutBlockFlow BODY",
11 "rect": [0, 0, 800, 205], 11 "rect": [0, 0, 800, 205],
12 "reason": "forced by layout" 12 "reason": "forced by layout"
13 },
14 {
15 "object": "LayoutBlockFlow DIV class='other'",
16 "rect": [300, 0, 200, 200],
17 "reason": "forced by layout"
18 },
19 {
20 "object": "LayoutBlockFlow DIV class='other'",
21 "rect": [0, 0, 200, 200],
22 "reason": "forced by layout"
23 },
24 {
25 "object": "LayoutBlockFlow DIV id='target'",
26 "rect": [200, 80, 100, 100],
27 "reason": "forced by layout"
28 },
29 {
30 "object": "LayoutBlockFlow DIV id='target'",
31 "rect": [200, 50, 100, 100],
32 "reason": "forced by layout"
33 } 13 }
34 ] 14 ]
35 } 15 }
36 ], 16 ],
37 "objectPaintInvalidations": [ 17 "objectPaintInvalidations": [
38 { 18 {
39 "object": "LayoutBlockFlow BODY", 19 "object": "LayoutBlockFlow BODY",
40 "reason": "forced by layout" 20 "reason": "forced by layout"
41 }, 21 },
42 { 22 {
43 "object": "RootInlineBox", 23 "object": "RootInlineBox",
44 "reason": "forced by layout" 24 "reason": "forced by layout"
45 }, 25 },
46 { 26 {
47 "object": "LayoutBlockFlow DIV class='other'", 27 "object": "LayoutBlockFlow DIV class='other'",
48 "reason": "forced by layout" 28 "reason": "forced by layout"
49 }, 29 },
50 { 30 {
51 "object": "LayoutBlockFlow DIV id='target'", 31 "object": "LayoutBlockFlow DIV id='target'",
52 "reason": "forced by layout" 32 "reason": "forced by layout"
53 }, 33 },
54 { 34 {
55 "object": "LayoutBlockFlow DIV class='other'", 35 "object": "LayoutBlockFlow DIV class='other'",
56 "reason": "forced by layout" 36 "reason": "forced by layout"
57 } 37 }
58 ] 38 ]
59 } 39 }
60 40
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698