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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/table/border-collapsing/border-collapse-change-collapse-to-separate-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 id='table'",
13 "rect": [8, 8, 220, 112],
14 "reason": "style change"
15 },
16 {
17 "object": "LayoutTableSection TBODY",
18 "rect": [8, 8, 220, 112],
19 "reason": "style change"
20 },
21 {
22 "object": "LayoutTableRow TR",
23 "rect": [8, 10, 220, 108],
24 "reason": "style change"
25 },
26 {
27 "object": "LayoutTableRow TR",
28 "rect": [9, 9, 209, 105],
29 "reason": "style change"
30 },
31 {
32 "object": "LayoutTableCell TD",
33 "rect": [118, 10, 108, 108],
34 "reason": "style change"
35 },
36 {
37 "object": "LayoutTableCell TD",
38 "rect": [112, 8, 108, 108],
39 "reason": "style change"
40 },
41 {
42 "object": "LayoutTableCell TD",
43 "rect": [8, 8, 107, 108],
44 "reason": "style change"
45 },
46 {
47 "object": "LayoutTableCell TD",
48 "rect": [10, 10, 106, 108],
49 "reason": "style change"
50 }
51 ]
52 }
53 ],
54 "objectPaintInvalidations": [
55 {
56 "object": "LayoutTable TABLE id='table'",
57 "reason": "style change"
58 },
59 {
60 "object": "LayoutTableSection TBODY",
61 "reason": "style change"
62 },
63 {
64 "object": "LayoutTableRow TR",
65 "reason": "style change"
66 },
67 {
68 "object": "LayoutTableCell TD",
69 "reason": "style change"
70 },
71 {
72 "object": "LayoutTableCell TD",
73 "reason": "style change"
74 }
75 ]
76 }
77
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698