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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/scroll-stacking-context-backface-visiblity-leaves-traces-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": [785, 5056], 5 "bounds": [785, 5056],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true 7 "drawsContent": true
8 }, 8 },
9 { 9 {
10 "name": "LayoutBlockFlow (relative positioned) HEADER", 10 "name": "LayoutBlockFlow (relative positioned) HEADER",
11 "position": [8, 28], 11 "position": [8, 28],
12 "bounds": [769, 1972], 12 "bounds": [769, 1972],
13 "drawsContent": true, 13 "drawsContent": true,
14 "backfaceVisibility": "hidden", 14 "backfaceVisibility": "hidden",
15 "paintInvalidations": [ 15 "paintInvalidations": [
16 { 16 {
17 "object": "LayoutBlockFlow (positioned) DIV id='searchbar'", 17 "object": "LayoutBlockFlow (positioned) DIV id='searchbar'",
18 "rect": [10, 1822, 150, 150], 18 "rect": [10, 1822, 150, 150],
19 "reason": "subtree" 19 "reason": "subtree"
20 }, 20 },
21 { 21 {
22 "object": "LayoutBlockFlow DIV id='recentlink'",
23 "rect": [10, 1822, 150, 150],
24 "reason": "subtree"
25 },
26 {
27 "object": "LayoutBlockFlow (positioned) DIV id='searchbar'", 22 "object": "LayoutBlockFlow (positioned) DIV id='searchbar'",
28 "rect": [10, 1422, 150, 150], 23 "rect": [10, 1422, 150, 150],
29 "reason": "subtree" 24 "reason": "subtree"
30 },
31 {
32 "object": "LayoutBlockFlow DIV id='recentlink'",
33 "rect": [10, 1422, 150, 150],
34 "reason": "subtree"
35 } 25 }
36 ] 26 ]
37 } 27 }
38 ], 28 ],
39 "objectPaintInvalidations": [ 29 "objectPaintInvalidations": [
40 { 30 {
41 "object": "LayoutBlockFlow (positioned) DIV id='searchbar'", 31 "object": "LayoutBlockFlow (positioned) DIV id='searchbar'",
42 "reason": "subtree" 32 "reason": "subtree"
43 }, 33 },
44 { 34 {
45 "object": "LayoutBlockFlow DIV id='recentlink'", 35 "object": "LayoutBlockFlow DIV id='recentlink'",
46 "reason": "subtree" 36 "reason": "subtree"
47 } 37 }
48 ] 38 ]
49 } 39 }
50 40
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698