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

Side by Side Diff: third_party/WebKit/LayoutTests/compositing/geometry/clip-with-shadow-expected.txt

Issue 2406723002: Auto-rebaseline for r424089 (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 "layers": [
3 "bounds": [800, 600],
4 "children": [
5 { 3 {
6 "name": "LayoutView #document", 4 "name": "LayoutView #document",
7 "bounds": [800, 600], 5 "bounds": [800, 600],
8 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true
8 },
9 {
10 "name": "LayoutBlockFlow (positioned) DIV class='composited box'",
11 "position": [15, 15],
12 "bounds": [110, 110],
9 "drawsContent": true, 13 "drawsContent": true,
10 "children": [ 14 "backgroundColor": "#808080",
11 { 15 "transform": [
12 "name": "LayoutBlockFlow (positioned) DIV class='composited box'", 16 [1, 0, 0, 0],
13 "position": [15, 15], 17 [0, 1, 0, 0],
14 "bounds": [110, 110], 18 [0, 0, 1, 0],
15 "drawsContent": true, 19 [0, 0, 1, 1]
16 "backgroundColor": "#808080", 20 ]
17 "transform": [ 21 },
18 [1, 0, 0, 0], 22 {
19 [0, 1, 0, 0], 23 "name": "Ancestor Clipping Layer",
20 [0, 0, 1, 0], 24 "position": [215, 15],
21 [0, 0, 1, 1] 25 "bounds": [110, 110],
22 ] 26 "shouldFlattenTransform": false
23 }, 27 },
24 { 28 {
25 "name": "Ancestor Clipping Layer", 29 "name": "LayoutBlockFlow (relative positioned) DIV class='composited inner '",
26 "position": [215, 15], 30 "position": [-5, -5],
27 "bounds": [110, 110], 31 "bounds": [120, 120],
28 "shouldFlattenTransform": false, 32 "drawsContent": true,
29 "children": [ 33 "backgroundColor": "#00000033",
30 { 34 "transform": [
31 "name": "LayoutBlockFlow (relative positioned) DIV class='composit ed inner'", 35 [1, 0, 0, 0],
32 "position": [-5, -5], 36 [0, 1, 0, 0],
33 "bounds": [120, 120], 37 [0, 0, 1, 0],
34 "drawsContent": true, 38 [0, 0, 1, 1]
35 "backgroundColor": "#00000033",
36 "transform": [
37 [1, 0, 0, 0],
38 [0, 1, 0, 0],
39 [0, 0, 1, 0],
40 [0, 0, 1, 1]
41 ]
42 }
43 ]
44 }
45 ] 39 ]
46 } 40 }
47 ] 41 ]
48 } 42 }
49 43
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698