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

Side by Side Diff: third_party/WebKit/LayoutTests/compositing/masks/mask-layer-size-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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/borders/overflow-hidden-border-radius-force-backing-store-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 DIV id='masked'", 10 "name": "LayoutBlockFlow DIV id='masked'",
11 "position": [10, 10], 11 "position": [10, 10],
12 "bounds": [400, 200], 12 "bounds": [400, 200],
13 "contentsOpaque": true, 13 "contentsOpaque": true,
14 "drawsContent": true, 14 "drawsContent": true,
15 "backgroundColor": "#000000" 15 "backgroundColor": "#000000",
16 "maskLayer": [
17 {
18 "name": "Mask Layer",
19 "bounds": [400, 200],
20 "drawsContent": true
21 }
22 ]
16 } 23 }
17 ] 24 ]
18 } 25 }
19 26
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/borders/overflow-hidden-border-radius-force-backing-store-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698