| Index: LayoutTests/fast/events/constructors/animation-event-constructor.html
|
| diff --git a/LayoutTests/fast/events/constructors/animation-event-constructor.html b/LayoutTests/fast/events/constructors/animation-event-constructor.html
|
| index 2125f9559a977ea1651a8e2facc99362dec0398c..db3f7daef840827eaf331931e47c62d4918d6267 100644
|
| --- a/LayoutTests/fast/events/constructors/animation-event-constructor.html
|
| +++ b/LayoutTests/fast/events/constructors/animation-event-constructor.html
|
| @@ -69,6 +69,5 @@ shouldBe("new AnimationEvent('eventType', { bubbles: true, cancelable: true, ani
|
| shouldBe("new AnimationEvent('eventType', { bubbles: true, cancelable: true, animationName: 'doremi', elapsedTime: 123.45 }).animationName", "'doremi'");
|
| shouldBe("new AnimationEvent('eventType', { bubbles: true, cancelable: true, animationName: 'doremi', elapsedTime: 123.45 }).elapsedTime", "123.45");
|
| </script>
|
| -<script src="../../js/resources/js-test-post.js"></script>
|
| </body>
|
| </html>
|
|
|