| Index: LayoutTests/fast/html/navigation-transition-expected.txt
|
| diff --git a/LayoutTests/fast/html/navigation-transition-expected.txt b/LayoutTests/fast/html/navigation-transition-expected.txt
|
| index 0facf9689f7df82b16e09626106242b1bcef4166..cea05a7e5a64a108843ab0b2c77ddb83a78c80c1 100644
|
| --- a/LayoutTests/fast/html/navigation-transition-expected.txt
|
| +++ b/LayoutTests/fast/html/navigation-transition-expected.txt
|
| @@ -1,4 +1,4 @@
|
| -Tests for the HTML markup serializer used for transition elements
|
| +Tests for the HTML markup serializer used for transition elements and transition element names and rects
|
|
|
| On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
|
|
| @@ -11,6 +11,16 @@ PASS preHidingTransitionElementOpacity == 1 is true
|
| PASS postHidingTransitionElementOpacity == 0 is true
|
| PASS preHidingBottomElementRect.top is postHidingBottomElementRect.top
|
| PASS preHidingBottomElementRect.left is postHidingBottomElementRect.left
|
| +PASS transitionElementNames[0] is "transitionElement"
|
| +PASS transitionElementNames[1] is "boxTransitionElement"
|
| +PASS transitionElementRects[0].left == transitionElementBounds.left is true
|
| +PASS transitionElementRects[0].top == transitionElementBounds.top is true
|
| +PASS transitionElementRects[0].width == transitionElementBounds.width is true
|
| +PASS transitionElementRects[0].height == transitionElementBounds.height is true
|
| +PASS transitionElementRects[1].left == boxTransitionElementBounds.left is true
|
| +PASS transitionElementRects[1].top == boxTransitionElementBounds.top is true
|
| +PASS transitionElementRects[1].width == boxTransitionElementBounds.width is true
|
| +PASS transitionElementRects[1].height == boxTransitionElementBounds.height is true
|
| PASS successfullyParsed is true
|
|
|
| TEST COMPLETE
|
|
|