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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/invalidate-cell-in-row-with-offset-expected.txt

Issue 2402213002: Auto-rebaseline for r424089 (Closed)
Patch Set: Created 4 years, 2 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 "name": "Content Root Layer", 2 "layers": [
3 "bounds": [800, 600],
4 "children": [
5 { 3 {
6 "name": "LayoutView #document", 4 "name": "LayoutView #document",
7 "bounds": [800, 600], 5 "bounds": [800, 600],
8 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true
8 },
9 {
10 "name": "LayoutTableRow TR",
11 "position": [8, 18],
12 "bounds": [234, 0],
9 "drawsContent": true, 13 "drawsContent": true,
10 "children": [ 14 "backgroundColor": "#0000FF"
15 },
16 {
17 "name": "LayoutTableRow TR",
18 "position": [8, 28],
19 "bounds": [234, 102],
20 "drawsContent": true,
21 "backgroundColor": "#0000FF"
22 },
23 {
24 "name": "LayoutTableRow TR class='shadow-inset'",
25 "position": [8, 140],
26 "bounds": [234, 102],
27 "drawsContent": true,
28 "backgroundColor": "#0000FF",
29 "paintInvalidations": [
11 { 30 {
12 "name": "LayoutTableRow TR", 31 "object": "LayoutTableCell TD id='target'",
13 "position": [8, 18], 32 "rect": [10, 0, 102, 102],
14 "bounds": [234, 0], 33 "reason": "style change"
15 "drawsContent": true,
16 "backgroundColor": "#0000FF"
17 },
18 {
19 "name": "LayoutTableRow TR",
20 "position": [8, 28],
21 "bounds": [234, 102],
22 "drawsContent": true,
23 "backgroundColor": "#0000FF"
24 },
25 {
26 "name": "LayoutTableRow TR class='shadow-inset'",
27 "position": [8, 140],
28 "bounds": [234, 102],
29 "drawsContent": true,
30 "backgroundColor": "#0000FF",
31 "paintInvalidations": [
32 {
33 "object": "LayoutTableCell TD id='target'",
34 "rect": [10, 0, 102, 102],
35 "reason": "style change"
36 }
37 ]
38 } 34 }
39 ] 35 ]
40 } 36 }
41 ], 37 ],
42 "objectPaintInvalidations": [ 38 "objectPaintInvalidations": [
43 { 39 {
44 "object": "LayoutTableCell TD id='target'", 40 "object": "LayoutTableCell TD id='target'",
45 "reason": "style change" 41 "reason": "style change"
46 } 42 }
47 ] 43 ]
48 } 44 }
49 45
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698