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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/borders/overflow-hidden-border-radius-force-backing-store-expected.txt

Issue 2555283002: Add mask layer and offsetFromLayoutObject info to GraphicsLayer JSON (Closed)
Patch Set: Rebased Created 4 years 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 }, 8 },
9 { 9 {
10 "name": "LayoutBlockFlow (positioned) DIV id='outer'", 10 "name": "LayoutBlockFlow (positioned) DIV id='outer'",
11 "position": [50, 50], 11 "position": [50, 50],
12 "bounds": [300, 300], 12 "bounds": [300, 300],
13 "drawsContent": true 13 "drawsContent": true
14 }, 14 },
15 { 15 {
16 "name": "Child Containment Layer", 16 "name": "Child Containment Layer",
17 "bounds": [300, 300] 17 "bounds": [300, 300],
18 "maskLayer": [
19 {
20 "name": "Child Clipping Mask Layer",
21 "bounds": [300, 300],
22 "drawsContent": true
23 }
24 ]
18 }, 25 },
19 { 26 {
20 "name": "Ancestor Clipping Layer", 27 "name": "Ancestor Clipping Layer",
21 "bounds": [285, 300], 28 "bounds": [285, 300],
22 "shouldFlattenTransform": false 29 "shouldFlattenTransform": false
23 }, 30 },
24 { 31 {
25 "name": "LayoutBlockFlow DIV id='content'", 32 "name": "LayoutBlockFlow DIV id='content'",
26 "bounds": [285, 1000], 33 "bounds": [285, 1000],
27 "contentsOpaque": true, 34 "contentsOpaque": true,
28 "drawsContent": true 35 "drawsContent": true
29 } 36 }
30 ] 37 ]
31 } 38 }
32 39
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698