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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/table-two-pass-layout-overpaint-expected.txt

Issue 2692083002: Avoid unnecessary cell layout on nested percent height tables (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": "LayoutTable TABLE",
11 "rect": [8, 106, 106, 1],
12 "reason": "incremental"
13 },
14 {
15 "object": "LayoutTableCell TD",
16 "rect": [10, 104, 102, 1],
17 "reason": "incremental"
18 },
19 {
10 "object": "LayoutBlockFlow DIV id='target'", 20 "object": "LayoutBlockFlow DIV id='target'",
11 "rect": [61, 44, 50, 25], 21 "rect": [11, 45, 100, 25],
12 "reason": "incremental" 22 "reason": "bounds change"
23 },
24 {
25 "object": "LayoutBlockFlow DIV id='target'",
26 "rect": [11, 44, 50, 25],
27 "reason": "bounds change"
13 } 28 }
14 ] 29 ]
15 } 30 }
16 ], 31 ],
17 "objectPaintInvalidations": [ 32 "objectPaintInvalidations": [
18 { 33 {
34 "object": "LayoutTable TABLE",
35 "reason": "incremental"
36 },
37 {
38 "object": "LayoutTableCell TD",
39 "reason": "incremental"
40 },
41 {
19 "object": "LayoutBlockFlow DIV id='target'", 42 "object": "LayoutBlockFlow DIV id='target'",
20 "reason": "incremental" 43 "reason": "bounds change"
21 } 44 }
22 ] 45 ]
23 } 46 }
24 47
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698