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

Side by Side Diff: third_party/WebKit/LayoutTests/compositing/geometry/foreground-layer-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 { 2 {
3 "name": "Content Root Layer", 3 "layers": [
4 "bounds": [800, 600],
5 "children": [
6 { 4 {
7 "name": "LayoutView #document", 5 "name": "LayoutView #document",
8 "bounds": [800, 600], 6 "bounds": [800, 600],
9 "contentsOpaque": true, 7 "contentsOpaque": true,
8 "drawsContent": true
9 },
10 {
11 "name": "LayoutBlockFlow (relative positioned) DIV class='main box'",
12 "position": [19, 89],
13 "bounds": [318, 318],
10 "drawsContent": true, 14 "drawsContent": true,
11 "children": [ 15 "backgroundColor": "#FF0000"
12 { 16 },
13 "name": "LayoutBlockFlow (relative positioned) DIV class='main box'", 17 {
14 "position": [19, 89], 18 "name": "LayoutBlockFlow (positioned) DIV class='negative child'",
15 "bounds": [318, 318], 19 "position": [59, 59],
16 "drawsContent": true, 20 "bounds": [50, 50],
17 "backgroundColor": "#FF0000", 21 "transform": [
18 "children": [ 22 [1, 0, 0, 0],
19 { 23 [0, 1, 0, 0],
20 "name": "LayoutBlockFlow (positioned) DIV class='negative child'", 24 [0, 0, 1, 0],
21 "position": [59, 59], 25 [0, 0, 1, 1]
22 "bounds": [50, 50],
23 "transform": [
24 [1, 0, 0, 0],
25 [0, 1, 0, 0],
26 [0, 0, 1, 0],
27 [0, 0, 1, 1]
28 ]
29 },
30 {
31 "name": "LayoutBlockFlow (relative positioned) DIV class='main box ' (foreground) Layer",
32 "bounds": [318, 318],
33 "drawsContent": true
34 }
35 ]
36 },
37 {
38 "name": "LayoutBlockFlow (relative positioned) DIV class='main box'",
39 "position": [363, 19],
40 "bounds": [318, 318],
41 "drawsContent": true,
42 "backgroundColor": "#FF0000",
43 "children": [
44 {
45 "name": "Child Containment Layer",
46 "position": [59, 59],
47 "bounds": [200, 200],
48 "children": [
49 {
50 "name": "LayoutBlockFlow (positioned) DIV class='negative chil d'",
51 "bounds": [50, 50],
52 "transform": [
53 [1, 0, 0, 0],
54 [0, 1, 0, 0],
55 [0, 0, 1, 0],
56 [0, 0, 1, 1]
57 ]
58 },
59 {
60 "name": "LayoutBlockFlow (relative positioned) DIV class='main box' (foreground) Layer",
61 "bounds": [200, 200],
62 "drawsContent": true
63 }
64 ]
65 }
66 ]
67 }
68 ] 26 ]
27 },
28 {
29 "name": "LayoutBlockFlow (relative positioned) DIV class='main box' (foreg round) Layer",
30 "bounds": [318, 318],
31 "drawsContent": true
32 },
33 {
34 "name": "LayoutBlockFlow (relative positioned) DIV class='main box'",
35 "position": [363, 19],
36 "bounds": [318, 318],
37 "drawsContent": true,
38 "backgroundColor": "#FF0000"
39 },
40 {
41 "name": "Child Containment Layer",
42 "position": [59, 59],
43 "bounds": [200, 200]
44 },
45 {
46 "name": "LayoutBlockFlow (positioned) DIV class='negative child'",
47 "bounds": [50, 50],
48 "transform": [
49 [1, 0, 0, 0],
50 [0, 1, 0, 0],
51 [0, 0, 1, 0],
52 [0, 0, 1, 1]
53 ]
54 },
55 {
56 "name": "LayoutBlockFlow (relative positioned) DIV class='main box' (foreg round) Layer",
57 "bounds": [200, 200],
58 "drawsContent": true
69 } 59 }
70 ] 60 ]
71 } 61 }
72 62
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698