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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/android/compositing/squashing/squash-above-fixed-2-expected.txt

Issue 2084643002: 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 This scenario verifies that the cyan "container" element scrolls properly with s quashing enabled. The "container" element should not squash into a composited la yer mapping owned by the fixed position layer or its descendant, since this woul d make it behave like a fixed position element during composited scrolling. 1 This scenario verifies that the cyan "container" element scrolls properly with s quashing enabled. The "container" element should not squash into a composited la yer mapping owned by the fixed position layer or its descendant, since this woul d make it behave like a fixed position element during composited scrolling.
2 2
3 CASE 1, original layer tree: 3 CASE 1, original layer tree:
4 { 4 {
5 "bounds": [785, 4050], 5 "bounds": [785, 4050],
6 "children": [ 6 "children": [
7 { 7 {
8 "bounds": [785, 4050], 8 "bounds": [785, 4050],
9 "contentsOpaque": true, 9 "contentsOpaque": true,
10 "drawsContent": true, 10 "drawsContent": true,
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
67 "bounds": [200, 4000], 67 "bounds": [200, 4000],
68 "contentsOpaque": true, 68 "contentsOpaque": true,
69 "drawsContent": true, 69 "drawsContent": true,
70 "backgroundColor": "#00FFFF" 70 "backgroundColor": "#00FFFF"
71 } 71 }
72 ] 72 ]
73 } 73 }
74 ] 74 ]
75 } 75 }
76 76
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698