OLD | NEW |
1 Tests for the HTML markup serializer used for transition elements | 1 Tests for the HTML markup serializer used for transition elements |
2 | 2 |
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
4 | 4 |
5 | 5 |
6 PASS sourceElementRect.top is destElement.offsetTop | 6 PASS sourceElementRect.top is destElement.offsetTop |
7 PASS sourceElementRect.left is destElement.offsetLeft | 7 PASS sourceElementRect.left is destElement.offsetLeft |
8 PASS sourceElementRect.height is destElement.offsetHeight | 8 PASS sourceElementRect.height is destElement.offsetHeight |
9 PASS sourceElementRect.width is destElement.offsetWidth | 9 PASS sourceElementRect.width is destElement.offsetWidth |
10 PASS preHidingTransitionElementOpacity == 1 is true | 10 PASS preHidingTransitionElementOpacity == 1 is true |
11 PASS postHidingTransitionElementOpacity == 0 is true | 11 PASS postHidingTransitionElementOpacity == 0 is true |
12 PASS preHidingBottomElementRect.top is postHidingBottomElementRect.top | 12 PASS preHidingBottomElementRect.top is postHidingBottomElementRect.top |
13 PASS preHidingBottomElementRect.left is postHidingBottomElementRect.left | 13 PASS preHidingBottomElementRect.left is postHidingBottomElementRect.left |
| 14 PASS postShowingTransitionElementOpacity == 1 is true |
14 PASS successfullyParsed is true | 15 PASS successfullyParsed is true |
15 | 16 |
16 TEST COMPLETE | 17 TEST COMPLETE |
17 Header | 18 Header |
18 | 19 |
19 Footer | 20 Footer |
20 | 21 |
OLD | NEW |