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

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

Powered by Google App Engine
This is Rietveld 408576698