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/animated-row-background-expected.txt

Issue 2501833002: Fix bug of animated table col/section/row background (Closed)
Patch Set: 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 CONSOLE MESSAGE: line 24: onload
2 {
3 "layers": [
4 {
5 "name": "LayoutView #document",
6 "bounds": [800, 600],
7 "contentsOpaque": true,
8 "drawsContent": true,
9 "paintInvalidations": [
10 {
11 "object": "LayoutTableRow TR id='row'",
12 "rect": [8, 10, 210, 102],
13 "reason": "full"
14 },
15 {
16 "object": "LayoutImage IMG id='image'",
17 "rect": [8, 114, 50, 50],
18 "reason": "full"
19 }
20 ]
21 }
22 ],
23 "objectPaintInvalidations": [
24 {
25 "object": "LayoutTableCell TD id='cell1'",
26 "reason": "style change"
27 },
28 {
29 "object": "LayoutTableCell TD id='cell2'",
30 "reason": "style change"
31 },
32 {
33 "object": "LayoutTableRow TR id='row'",
34 "reason": "full"
35 },
36 {
37 "object": "LayoutImage IMG id='image'",
38 "reason": "full"
39 }
40 ]
41 }
42
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698