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

Side by Side Diff: third_party/WebKit/LayoutTests/compositing/geometry/foreground-layer-expected.txt

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

Powered by Google App Engine
This is Rietveld 408576698