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

Side by Side Diff: third_party/WebKit/LayoutTests/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-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 { 3 {
4 "name": "Content Root Layer",
4 "bounds": [800, 600], 5 "bounds": [800, 600],
5 "children": [ 6 "children": [
6 { 7 {
8 "name": "LayoutView #document",
7 "bounds": [800, 600], 9 "bounds": [800, 600],
8 "contentsOpaque": true, 10 "contentsOpaque": true,
9 "drawsContent": true, 11 "drawsContent": true,
10 "children": [ 12 "children": [
11 { 13 {
14 "name": "LayoutBlockFlow (positioned) DIV class='composited'",
12 "transformOrigin": [50, 50], 15 "transformOrigin": [50, 50],
13 "bounds": [500, 250], 16 "bounds": [500, 250],
14 "drawsContent": true 17 "drawsContent": true
15 }, 18 },
16 { 19 {
20 "name": "Squashing Containment Layer",
17 "shouldFlattenTransform": false, 21 "shouldFlattenTransform": false,
18 "children": [ 22 "children": [
19 { 23 {
24 "name": "LayoutBlockFlow (positioned) DIV class='composited'",
20 "position": [0, 250], 25 "position": [0, 250],
21 "transformOrigin": [50, 50], 26 "transformOrigin": [50, 50],
22 "bounds": [150, 150], 27 "bounds": [150, 150],
23 "drawsContent": true 28 "drawsContent": true
24 }, 29 },
25 { 30 {
31 "name": "Squashing Layer (first squashed layer: LayoutBlockFlow PR E id='layers')",
26 "bounds": [792, 100], 32 "bounds": [792, 100],
27 "drawsContent": true 33 "drawsContent": true
28 } 34 }
29 ] 35 ]
30 }, 36 },
31 { 37 {
38 "name": "LayoutBlockFlow (positioned) DIV class='indicator box'",
32 "position": [0, 250], 39 "position": [0, 250],
33 "bounds": [100, 100], 40 "bounds": [100, 100],
34 "contentsOpaque": true, 41 "contentsOpaque": true,
35 "drawsContent": true, 42 "drawsContent": true,
36 "backgroundColor": "#008000" 43 "backgroundColor": "#008000"
37 } 44 }
38 ] 45 ]
39 } 46 }
40 ] 47 ]
41 } 48 }
42 49
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698