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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/table/cached-change-cell-border-width-expected.txt

Issue 2423513002: Simplify incremental paint invalidation (Closed)
Patch Set: Update test and rebaseline layout tests Created 4 years, 2 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", 10 "object": "LayoutTable TABLE",
11 "rect": [8, 58, 114, 4], 11 "rect": [8, 58, 114, 4],
12 "reason": "incremental" 12 "reason": "incremental"
13 }, 13 },
14 { 14 {
15 "object": "LayoutTable TABLE",
16 "rect": [8, 60, 114, 2],
17 "reason": "incremental"
18 },
19 {
20 "object": "LayoutTableCell TD id='foo'", 15 "object": "LayoutTableCell TD id='foo'",
21 "rect": [8, 8, 60, 54], 16 "rect": [8, 8, 60, 54],
22 "reason": "style change" 17 "reason": "style change"
23 }, 18 },
24 { 19 {
25 "object": "LayoutTableCell TD", 20 "object": "LayoutTableCell TD",
26 "rect": [64, 8, 58, 54], 21 "rect": [64, 8, 58, 54],
27 "reason": "bounds change" 22 "reason": "bounds change"
28 }, 23 },
29 { 24 {
30 "object": "LayoutTableCell TD", 25 "object": "LayoutTableCell TD",
31 "rect": [62, 8, 55, 52], 26 "rect": [62, 8, 55, 52],
32 "reason": "bounds change" 27 "reason": "bounds change"
33 }, 28 },
34 { 29 {
35 "object": "LayoutTable TABLE", 30 "object": "LayoutTable TABLE",
36 "rect": [116, 8, 6, 54], 31 "rect": [116, 8, 6, 54],
37 "reason": "incremental" 32 "reason": "incremental"
38 },
39 {
40 "object": "LayoutTable TABLE",
41 "rect": [117, 8, 5, 54],
42 "reason": "incremental"
43 } 33 }
44 ] 34 ]
45 } 35 }
46 ], 36 ],
47 "objectPaintInvalidations": [ 37 "objectPaintInvalidations": [
48 { 38 {
49 "object": "LayoutTableCell TD id='foo'", 39 "object": "LayoutTableCell TD id='foo'",
50 "reason": "style change" 40 "reason": "style change"
51 }, 41 },
52 { 42 {
(...skipping 12 matching lines...) Expand all
65 "object": "LayoutTableCell TD id='foo'", 55 "object": "LayoutTableCell TD id='foo'",
66 "reason": "style change" 56 "reason": "style change"
67 }, 57 },
68 { 58 {
69 "object": "LayoutTableCell TD", 59 "object": "LayoutTableCell TD",
70 "reason": "bounds change" 60 "reason": "bounds change"
71 } 61 }
72 ] 62 ]
73 } 63 }
74 64
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698