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

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

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

Powered by Google App Engine
This is Rietveld 408576698