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

Side by Side Diff: third_party/WebKit/LayoutTests/compositing/geometry/limit-layer-bounds-opacity-transition-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 Test 1 Test
2 Fader 2 Fader
3 { 3 {
4 "name": "Content Root Layer", 4 "layers": [
5 "bounds": [800, 600],
6 "children": [
7 { 5 {
8 "name": "LayoutView #document", 6 "name": "LayoutView #document",
9 "bounds": [800, 600], 7 "bounds": [800, 600],
10 "contentsOpaque": true, 8 "contentsOpaque": true,
11 "drawsContent": true, 9 "drawsContent": true
12 "children": [ 10 },
13 { 11 {
14 "name": "Squashing Containment Layer", 12 "name": "Squashing Containment Layer",
15 "shouldFlattenTransform": false, 13 "shouldFlattenTransform": false
16 "children": [ 14 },
17 { 15 {
18 "name": "LayoutBlockFlow DIV class='compositing'", 16 "name": "LayoutBlockFlow DIV class='compositing'",
19 "position": [8, 8], 17 "position": [8, 8],
20 "bounds": [1, 1] 18 "bounds": [1, 1]
21 }, 19 },
22 { 20 {
23 "name": "Squashing Layer (first squashed layer: LayoutBlockFlow (r elative positioned) DIV class='test')", 21 "name": "Squashing Layer (first squashed layer: LayoutBlockFlow (relative positioned) DIV class='test')",
24 "position": [-9992, -1], 22 "position": [-9992, -1],
25 "bounds": [10100, 100], 23 "bounds": [10100, 100],
26 "drawsContent": true 24 "drawsContent": true
27 }
28 ]
29 }
30 ]
31 } 25 }
32 ] 26 ]
33 } 27 }
34 28
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698