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

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

Issue 2157243002: Add in row offset if self-composited. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: none Created 4 years, 5 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 "name": "Content Root Layer",
3 "bounds": [800, 600], 3 "bounds": [800, 600],
4 "children": [ 4 "children": [
5 { 5 {
6 "name": "LayoutView #document", 6 "name": "LayoutView #document",
7 "bounds": [800, 600], 7 "bounds": [800, 600],
8 "contentsOpaque": true, 8 "contentsOpaque": true,
9 "drawsContent": true, 9 "drawsContent": true,
10 "children": [ 10 "children": [
11 { 11 {
12 "name": "LayoutTableRow TR", 12 "name": "LayoutTableRow TR",
13 "position": [8, 8], 13 "position": [8, 18],
14 "bounds": [69, 23], 14 "bounds": [234, 0],
15 "drawsContent": true, 15 "drawsContent": true,
16 "backgroundColor": "#FF0000", 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",
17 "paintInvalidations": [ 31 "paintInvalidations": [
18 { 32 {
19 "object": "LayoutTableCell TD id='target'", 33 "object": "LayoutTableCell TD id='target'",
20 "rect": [0, 0, 35, 24], 34 "rect": [10, 0, 102, 102],
21 "reason": "style change" 35 "reason": "style change"
22 } 36 }
23 ] 37 ]
24 } 38 }
25 ] 39 ]
26 } 40 }
27 ], 41 ],
28 "objectPaintInvalidations": [ 42 "objectPaintInvalidations": [
29 { 43 {
30 "object": "LayoutTableCell TD id='target'", 44 "object": "LayoutTableCell TD id='target'",
31 "reason": "style change" 45 "reason": "style change"
32 },
33 {
34 "object": "RootInlineBox",
35 "reason": "style change"
36 } 46 }
37 ] 47 ]
38 } 48 }
39 49
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698