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

Side by Side Diff: LayoutTests/platform/mac/compositing/layer-creation/fixed-position-nonscrollable-body-mismatch-containers-expected.txt

Issue 891973004: Auto-rebaseline for r189636 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 10 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 | Annotate | Revision Log
OLDNEW
1 Even though the fixed-position element's container is nonscrollable, it should s till be composited because one of its ancestors is scrolling. 1 Even though the fixed-position element's container is nonscrollable, it should s till be composited because one of its ancestors is scrolling.
2 2
3 { 3 {
4 "bounds": [800, 600], 4 "bounds": [800, 600],
5 "children": [ 5 "children": [
6 { 6 {
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 "position": [8, 64], 12 "position": [8, 68],
13 "bounds": [302, 302], 13 "bounds": [302, 302],
14 "drawsContent": true, 14 "drawsContent": true,
15 "children": [ 15 "children": [
16 { 16 {
17 "position": [1, 1], 17 "position": [1, 1],
18 "bounds": [285, 285], 18 "bounds": [285, 285],
19 "children": [ 19 "children": [
20 { 20 {
21 "bounds": [285, 800], 21 "bounds": [285, 800],
22 "shouldFlattenTransform": false, 22 "shouldFlattenTransform": false,
(...skipping 30 matching lines...) Expand all
53 "bounds": [100, 100], 53 "bounds": [100, 100],
54 "contentsOpaque": true, 54 "contentsOpaque": true,
55 "drawsContent": true, 55 "drawsContent": true,
56 "backgroundColor": "#00FF00" 56 "backgroundColor": "#00FF00"
57 } 57 }
58 ] 58 ]
59 } 59 }
60 ] 60 ]
61 } 61 }
62 62
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698