OLD | NEW |
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 Loading... |
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 |
OLD | NEW |