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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/compositing/geometry/bounds-ignores-hidden-composited-descendant-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 "position": [10, 10], 15 "position": [10, 10],
13 "transformOrigin": [-10, -10], 16 "transformOrigin": [-10, -10],
14 "bounds": [590, 210], 17 "bounds": [590, 210],
15 "drawsContent": true 18 "drawsContent": true
16 }, 19 },
17 { 20 {
21 "name": "LayoutBlockFlow (positioned) DIV class='composited'",
18 "position": [10, 260], 22 "position": [10, 260],
19 "transformOrigin": [-10, -10], 23 "transformOrigin": [-10, -10],
20 "bounds": [590, 210], 24 "bounds": [590, 210],
21 "drawsContent": true, 25 "drawsContent": true,
22 "children": [ 26 "children": [
23 { 27 {
28 "name": "LayoutBlockFlow (relative positioned) DIV class='composit ed inner box'",
24 "position": [490, 110], 29 "position": [490, 110],
25 "bounds": [100, 100], 30 "bounds": [100, 100],
26 "contentsOpaque": true, 31 "contentsOpaque": true,
27 "drawsContent": true, 32 "drawsContent": true,
28 "backgroundColor": "#0000FF" 33 "backgroundColor": "#0000FF"
29 } 34 }
30 ] 35 ]
31 } 36 }
32 ] 37 ]
33 } 38 }
34 ] 39 ]
35 } 40 }
36 41
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698