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

Side by Side Diff: third_party/WebKit/LayoutTests/compositing/geometry/limit-layer-bounds-transformed-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 Text here 1 Text here
2 { 2 {
3 "name": "Content Root Layer", 3 "layers": [
4 "bounds": [800, 600],
5 "children": [
6 { 4 {
7 "name": "LayoutView #document", 5 "name": "LayoutView #document",
8 "bounds": [800, 600], 6 "bounds": [800, 600],
9 "contentsOpaque": true, 7 "contentsOpaque": true,
10 "drawsContent": true, 8 "drawsContent": true
11 "children": [ 9 },
12 { 10 {
13 "name": "Squashing Containment Layer", 11 "name": "Squashing Containment Layer",
14 "shouldFlattenTransform": false, 12 "shouldFlattenTransform": false
15 "children": [ 13 },
16 { 14 {
17 "name": "LayoutBlockFlow (positioned) DIV class='compositing'", 15 "name": "LayoutBlockFlow (positioned) DIV class='compositing'",
18 "position": [129, 29], 16 "position": [129, 29],
19 "bounds": [100, 100] 17 "bounds": [100, 100]
20 }, 18 },
21 { 19 {
22 "name": "Squashing Layer (first squashed layer: LayoutBlockFlow (p ositioned) DIV class='indicator')", 20 "name": "Squashing Layer (first squashed layer: LayoutBlockFlow (positione d) DIV class='indicator')",
23 "position": [-871, 8], 21 "position": [-871, 8],
24 "bounds": [1221, 142], 22 "bounds": [1221, 142],
25 "drawsContent": true 23 "drawsContent": true
26 }
27 ]
28 }
29 ]
30 } 24 }
31 ] 25 ]
32 } 26 }
33 27
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698