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

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

Issue 2196363002: Modify LayoutTests to prep for compositing solid background scollers (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Revert change to fixed-position-in-fixed-overflow.html Created 4 years, 4 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 "name": "Content Root Layer",
3 "bounds": [800, 600], 3 "bounds": [800, 600],
4 "children": [ 4 "children": [
5 { 5 {
6 "name": "LayoutView #document", 6 "name": "LayoutView #document",
7 "bounds": [800, 600], 7 "bounds": [800, 600],
8 "contentsOpaque": true, 8 "contentsOpaque": true,
9 "drawsContent": true, 9 "drawsContent": true,
10 "children": [ 10 "children": [
11 { 11 {
12 "name": "LayoutBlockFlow (positioned) DIV id='outer'", 12 "name": "LayoutBlockFlow (positioned) DIV id='outer'",
13 "position": [50, 50], 13 "position": [50, 50],
14 "bounds": [300, 300], 14 "bounds": [300, 300],
15 "drawsContent": true, 15 "drawsContent": true,
16 "children": [ 16 "children": [
17 { 17 {
18 "name": "Child Containment Layer", 18 "name": "Child Containment Layer",
19 "bounds": [300, 300], 19 "bounds": [300, 300],
20 "children": [ 20 "children": [
21 { 21 {
22 "name": "Ancestor Clipping Layer", 22 "name": "Ancestor Clipping Layer",
23 "bounds": [285, 300], 23 "bounds": [285, 300],
24 "shouldFlattenTransform": false, 24 "shouldFlattenTransform": false,
25 "children": [ 25 "children": [
26 { 26 {
27 "name": "LayoutBlockFlow DIV id='content'", 27 "name": "LayoutBlockFlow DIV id='content'",
28 "bounds": [285, 1000] 28 "bounds": [285, 1000],
29 "drawsContent": true
29 } 30 }
30 ] 31 ]
31 } 32 }
32 ] 33 ]
33 } 34 }
34 ] 35 ]
35 } 36 }
36 ] 37 ]
37 } 38 }
38 ] 39 ]
39 } 40 }
40 41
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698