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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/table/composited-section-change-collapsed-border-color-expected.txt

Issue 2430313004: Paint collapsed borders of a table as one display item (Closed)
Patch Set: Rebaseline on mac and win Created 4 years, 1 month 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 "layers": [
3 {
4 "name": "LayoutView #document",
5 "bounds": [800, 600],
6 "contentsOpaque": true,
7 "drawsContent": true,
8 "paintInvalidations": [
9 {
10 "object": "LayoutTable TABLE",
11 "rect": [8, 82, 112, 112],
12 "reason": "invalidate paint rectangle"
13 }
14 ]
15 },
16 {
17 "name": "LayoutTableSection THEAD id='a'",
18 "position": [10, 84],
19 "bounds": [107, 107],
20 "drawsContent": true,
21 "paintInvalidations": [
22 {
23 "object": "LayoutTableSection THEAD id='a'",
24 "rect": [0, 0, 107, 107],
25 "reason": "style change"
26 }
27 ]
28 }
29 ],
30 "objectPaintInvalidations": [
31 {
32 "object": "LayoutTable TABLE",
33 "reason": "invalidate paint rectangle"
34 },
35 {
36 "object": "LayoutTableSection THEAD id='a'",
37 "reason": "style change"
38 }
39 ]
40 }
41
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698