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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/borders/overflow-hidden-border-radius-force-backing-store-expected.txt

Issue 2406733002: 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 "name": "Content Root Layer", 2 "layers": [
3 "bounds": [800, 600],
4 "children": [
5 { 3 {
6 "name": "LayoutView #document", 4 "name": "LayoutView #document",
7 "bounds": [800, 600], 5 "bounds": [800, 600],
8 "contentsOpaque": true, 6 "contentsOpaque": true,
9 "drawsContent": true, 7 "drawsContent": true
10 "children": [ 8 },
11 { 9 {
12 "name": "LayoutBlockFlow (positioned) DIV id='outer'", 10 "name": "LayoutBlockFlow (positioned) DIV id='outer'",
13 "position": [50, 50], 11 "position": [50, 50],
14 "bounds": [300, 300], 12 "bounds": [300, 300],
15 "drawsContent": true, 13 "drawsContent": true
16 "children": [ 14 },
17 { 15 {
18 "name": "Child Containment Layer", 16 "name": "Child Containment Layer",
19 "bounds": [300, 300], 17 "bounds": [300, 300]
20 "children": [ 18 },
21 { 19 {
22 "name": "Ancestor Clipping Layer", 20 "name": "Ancestor Clipping Layer",
23 "bounds": [285, 300], 21 "bounds": [285, 300],
24 "shouldFlattenTransform": false, 22 "shouldFlattenTransform": false
25 "children": [ 23 },
26 { 24 {
27 "name": "LayoutBlockFlow DIV id='content'", 25 "name": "LayoutBlockFlow DIV id='content'",
28 "bounds": [285, 1000], 26 "bounds": [285, 1000],
29 "contentsOpaque": true, 27 "contentsOpaque": true,
30 "drawsContent": true 28 "drawsContent": true
31 }
32 ]
33 }
34 ]
35 }
36 ]
37 }
38 ]
39 } 29 }
40 ] 30 ]
41 } 31 }
42 32
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698