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

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

Issue 2321183002: Move repaint tests (except for svg/) to paint/invalidation (Closed)
Patch Set: - Created 4 years, 3 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
(Empty)
1 {
2 "name": "Content Root Layer",
3 "bounds": [800, 600],
4 "children": [
5 {
6 "name": "LayoutView #document",
7 "bounds": [800, 600],
8 "contentsOpaque": true,
9 "drawsContent": true,
10 "paintInvalidations": [
11 {
12 "object": "LayoutTable TABLE",
13 "rect": [8, 58, 114, 4],
14 "reason": "incremental"
15 },
16 {
17 "object": "LayoutTable TABLE",
18 "rect": [8, 60, 114, 2],
19 "reason": "incremental"
20 },
21 {
22 "object": "LayoutTableCell TD id='foo'",
23 "rect": [8, 8, 60, 54],
24 "reason": "style change"
25 },
26 {
27 "object": "LayoutTableCell TD",
28 "rect": [64, 8, 58, 54],
29 "reason": "bounds change"
30 },
31 {
32 "object": "LayoutTableCell TD",
33 "rect": [62, 8, 55, 52],
34 "reason": "bounds change"
35 },
36 {
37 "object": "LayoutTable TABLE",
38 "rect": [116, 8, 6, 54],
39 "reason": "incremental"
40 },
41 {
42 "object": "LayoutTable TABLE",
43 "rect": [117, 8, 5, 54],
44 "reason": "incremental"
45 }
46 ]
47 }
48 ],
49 "objectPaintInvalidations": [
50 {
51 "object": "LayoutTableCell TD id='foo'",
52 "reason": "style change"
53 },
54 {
55 "object": "LayoutTableCell TD",
56 "reason": "style change"
57 },
58 {
59 "object": "LayoutTable TABLE",
60 "reason": "incremental"
61 },
62 {
63 "object": "LayoutTableRow TR",
64 "reason": "location change"
65 },
66 {
67 "object": "LayoutTableCell TD id='foo'",
68 "reason": "style change"
69 },
70 {
71 "object": "LayoutTableCell TD",
72 "reason": "bounds change"
73 }
74 ]
75 }
76
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698