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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/composited-vertical-rl-overflow-expected.txt

Issue 2371933003: Fix paint invalidation for composited vertical-rl having overflow (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 "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": "LayoutBlockFlow (positioned) DIV id='div'",
13 "position": [8, 8], 13 "position": [50, 100],
14 "bounds": [75, 21], 14 "transformOrigin": [100, 50],
15 "bounds": [150, 100],
15 "drawsContent": true, 16 "drawsContent": true,
16 "backgroundColor": "#FF0000", 17 "backgroundColor": "#0000FF",
17 "paintInvalidations": [ 18 "paintInvalidations": [
18 { 19 {
19 "object": "LayoutTableCell TD id='target'", 20 "object": "LayoutBlockFlow (positioned) DIV id='div'",
20 "rect": [0, 0, 38, 22], 21 "rect": [0, 0, 150, 100],
21 "reason": "style change" 22 "reason": "style change"
22 } 23 }
23 ] 24 ]
24 } 25 }
25 ] 26 ]
26 } 27 }
27 ], 28 ],
28 "objectPaintInvalidations": [ 29 "objectPaintInvalidations": [
29 { 30 {
30 "object": "LayoutTableCell TD id='target'", 31 "object": "LayoutBlockFlow (positioned) DIV id='div'",
31 "reason": "style change"
32 },
33 {
34 "object": "RootInlineBox",
35 "reason": "style change" 32 "reason": "style change"
36 } 33 }
37 ] 34 ]
38 } 35 }
39 36
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698