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

Side by Side Diff: third_party/WebKit/LayoutTests/compositing/layer-creation/fixed-position-under-transform-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": [785, 5021],
4 "children": [
5 { 3 {
6 "name": "LayoutView #document", 4 "name": "LayoutView #document",
7 "bounds": [785, 5021], 5 "bounds": [785, 5021],
8 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true
8 },
9 {
10 "name": "LayoutBlockFlow DIV id='transform'",
11 "position": [108, 113],
12 "transformOrigin": [284.5, -100],
13 "bounds": [256, 256],
9 "drawsContent": true, 14 "drawsContent": true,
10 "children": [ 15 "transform": [
11 { 16 [1, 0, 0, 0],
12 "name": "LayoutBlockFlow DIV id='transform'", 17 [0, 1, 0, 0],
13 "position": [108, 113], 18 [0, 0, 1, 0],
14 "transformOrigin": [284.5, -100], 19 [0, 1000, 0, 1]
15 "bounds": [256, 256],
16 "drawsContent": true,
17 "transform": [
18 [1, 0, 0, 0],
19 [0, 1, 0, 0],
20 [0, 0, 1, 0],
21 [0, 1000, 0, 1]
22 ]
23 },
24 {
25 "name": "LayoutBlockFlow (positioned) DIV id='overlap'",
26 "position": [0, 1000],
27 "bounds": [500, 500],
28 "contentsOpaque": true,
29 "drawsContent": true,
30 "backgroundColor": "#008000"
31 }
32 ] 20 ]
21 },
22 {
23 "name": "LayoutBlockFlow (positioned) DIV id='overlap'",
24 "position": [0, 1000],
25 "bounds": [500, 500],
26 "contentsOpaque": true,
27 "drawsContent": true,
28 "backgroundColor": "#008000"
33 } 29 }
34 ] 30 ]
35 } 31 }
36 32
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698