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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/fixed-table-overflow-zindex-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, 2016], 5 "bounds": [800, 2016],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true, 7 "drawsContent": true,
8 "paintInvalidations": [ 8 "paintInvalidations": [
9 { 9 {
10 "object": "LayoutTable (positioned) TABLE", 10 "object": "LayoutTable (positioned) TABLE",
11 "rect": [0, 0, 200, 200], 11 "rect": [0, 0, 200, 200],
12 "reason": "style change" 12 "reason": "style change"
13 }, 13 },
14 { 14 {
15 "object": "LayoutTableSection TBODY",
16 "rect": [0, 0, 200, 200],
17 "reason": "forced by layout"
18 },
19 {
20 "object": "LayoutBlockFlow (positioned) TD id='moveMe' class='fixed'", 15 "object": "LayoutBlockFlow (positioned) TD id='moveMe' class='fixed'",
21 "rect": [100, 100, 100, 100], 16 "rect": [100, 100, 100, 100],
22 "reason": "layoutObject insertion" 17 "reason": "layoutObject insertion"
23 }, 18 },
24 { 19 {
25 "object": "LayoutTableCell (anonymous)", 20 "object": "LayoutTableCell (anonymous)",
26 "rect": [0, 100, 100, 100], 21 "rect": [0, 100, 100, 100],
27 "reason": "layoutObject insertion" 22 "reason": "layoutObject insertion"
28 }, 23 },
29 { 24 {
(...skipping 21 matching lines...) Expand all
51 "object": "LayoutTableCell (anonymous)", 46 "object": "LayoutTableCell (anonymous)",
52 "reason": "layoutObject insertion" 47 "reason": "layoutObject insertion"
53 }, 48 },
54 { 49 {
55 "object": "LayoutBlockFlow (positioned) TD id='moveMe' class='fixed'", 50 "object": "LayoutBlockFlow (positioned) TD id='moveMe' class='fixed'",
56 "reason": "layoutObject insertion" 51 "reason": "layoutObject insertion"
57 } 52 }
58 ] 53 ]
59 } 54 }
60 55
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698