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

Side by Side Diff: third_party/WebKit/LayoutTests/compositing/geometry/bounds-ignores-hidden-dynamic-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 1
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": "LayoutBlockFlow (positioned) DIV class='composited'", 11 "name": "LayoutBlockFlow (positioned) DIV class='composited'",
14 "position": [10, 10], 12 "position": [10, 10],
15 "transformOrigin": [-10, -10], 13 "transformOrigin": [-10, -10],
16 "bounds": [540, 240], 14 "bounds": [540, 240],
17 "drawsContent": true 15 "drawsContent": true
18 }, 16 },
19 { 17 {
20 "name": "LayoutBlockFlow (positioned) DIV class='composited'", 18 "name": "LayoutBlockFlow (positioned) DIV class='composited'",
21 "position": [10, 260], 19 "position": [10, 260],
22 "transformOrigin": [-10, -10], 20 "transformOrigin": [-10, -10],
23 "bounds": [50, 50], 21 "bounds": [50, 50],
24 "contentsOpaque": true, 22 "contentsOpaque": true,
25 "drawsContent": true 23 "drawsContent": true
26 }
27 ]
28 } 24 }
29 ] 25 ]
30 } 26 }
31 27
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698