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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/table/cached-69296-expected.txt

Issue 2836143003: Invalidate border/outline on color change only if they use current color (Closed)
Patch Set: rebaselined Created 3 years, 7 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": "LayoutTableRow TR id='row1'", 10 "object": "LayoutTableRow TR id='row1'",
11 "rect": [20, 20, 159, 50], 11 "rect": [20, 20, 159, 50],
12 "reason": "style change" 12 "reason": "style change"
13 }, 13 },
14 { 14 {
15 "object": "LayoutTableRow TR id='row1'", 15 "object": "LayoutTableRow TR id='row1'",
16 "rect": [20, 20, 159, 50], 16 "rect": [20, 20, 159, 50],
17 "reason": "style change" 17 "reason": "style change"
18 },
19 {
20 "object": "LayoutTableCell TD",
21 "rect": [126, 20, 54, 51],
22 "reason": "style change"
23 },
24 {
25 "object": "LayoutTableCell TD",
26 "rect": [126, 20, 54, 51],
27 "reason": "style change"
28 },
29 {
30 "object": "LayoutTableCell TD",
31 "rect": [73, 20, 54, 51],
32 "reason": "style change"
33 },
34 {
35 "object": "LayoutTableCell TD",
36 "rect": [73, 20, 54, 51],
37 "reason": "style change"
38 },
39 {
40 "object": "LayoutTableCell TD",
41 "rect": [20, 20, 54, 51],
42 "reason": "style change"
43 },
44 {
45 "object": "LayoutTableCell TD",
46 "rect": [20, 20, 54, 51],
47 "reason": "style change"
48 } 18 }
49 ] 19 ]
50 } 20 }
51 ], 21 ],
52 "objectPaintInvalidations": [ 22 "objectPaintInvalidations": [
53 { 23 {
54 "object": "LayoutTableRow TR id='row1'", 24 "object": "LayoutTableRow TR id='row1'",
55 "reason": "style change" 25 "reason": "style change"
56 }, 26 },
57 { 27 {
58 "object": "LayoutTableCell TD",
59 "reason": "style change"
60 },
61 {
62 "object": "LayoutTableCell TD",
63 "reason": "style change"
64 },
65 {
66 "object": "LayoutTableCell TD",
67 "reason": "style change"
68 },
69 {
70 "object": "LayoutTableRow TR id='row1'", 28 "object": "LayoutTableRow TR id='row1'",
71 "reason": "style change" 29 "reason": "style change"
72 },
73 {
74 "object": "LayoutTableCell TD",
75 "reason": "style change"
76 },
77 {
78 "object": "LayoutTableCell TD",
79 "reason": "style change"
80 },
81 {
82 "object": "LayoutTableCell TD",
83 "reason": "style change"
84 } 30 }
85 ] 31 ]
86 } 32 }
87 33
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698