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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/android/compositing/layer-creation/fixed-position-out-of-view-positioning-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 PASS layerTree is window.internals.layerTreeAsText(document) 1 PASS layerTree is window.internals.layerTreeAsText(document)
2 PASS successfullyParsed is true 2 PASS successfullyParsed is true
3 3
4 TEST COMPLETE 4 TEST COMPLETE
5 The layer trees before and after should be the same, except for the position of the 50x50 sized composited fixed position layer. 5 The layer trees before and after should be the same, except for the position of the 50x50 sized composited fixed position layer.
6 BEFORE: 6 BEFORE:
7 { 7 {
8 "bounds": [2008, 2016], 8 "bounds": [2008, 2016],
9 "children": [ 9 "children": [
10 { 10 {
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
49 [0, 1, 0, 0], 49 [0, 1, 0, 0],
50 [0, 0, 1, 0], 50 [0, 0, 1, 0],
51 [0, 100, 0, 1] 51 [0, 100, 0, 1]
52 ] 52 ]
53 } 53 }
54 ] 54 ]
55 } 55 }
56 ] 56 ]
57 } 57 }
58 58
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698