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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/perspective-expected.txt

Issue 2580713005: [SPInvalidation] Update paint properties on perspective etc. change (Closed)
Patch Set: 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
(Empty)
1 {
2 "layers": [
3 {
4 "name": "LayoutView #document",
5 "bounds": [800, 600],
6 "contentsOpaque": true,
7 "drawsContent": true
8 },
9 {
10 "name": "LayoutBlockFlow DIV id='target'",
11 "position": [8, 8],
12 "bounds": [100, 100],
13 "contentsOpaque": true,
14 "drawsContent": true,
15 "backgroundColor": "#0000FF",
16 "transform": [
17 [1, 0, 0, 0],
18 [0, 1, 0, 0],
19 [0, 0, 1, 0],
20 [0, 0, 20, 1]
21 ]
22 },
23 {
24 "name": "Child Transform Layer",
25 "bounds": [100, 100],
26 "shouldFlattenTransform": false,
27 "transform": [
28 [1, 0, 0, 0],
29 [0, 1, 0, 0],
30 [0, 0, 1, -0.025],
31 [0, 0, 0, 1]
32 ]
33 }
34 ]
35 }
36
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698