| Index: LayoutTests/fast/events/constructors/custom-event-constructor.html
|
| diff --git a/LayoutTests/fast/events/constructors/custom-event-constructor.html b/LayoutTests/fast/events/constructors/custom-event-constructor.html
|
| index 75d882f2597cd72d6b9c1649ee2a41bf1592eed7..0db3012c39bcbec5ff55cfd0666a91953bc27d90 100644
|
| --- a/LayoutTests/fast/events/constructors/custom-event-constructor.html
|
| +++ b/LayoutTests/fast/events/constructors/custom-event-constructor.html
|
| @@ -43,6 +43,5 @@ shouldBe("new CustomEvent('eventType', { get detail() { return true; } }).detail
|
| // Detail throws an exeception.
|
| shouldThrow("new CustomEvent('eventType', { get detail() { throw 'Custom Error'; } })");
|
| </script>
|
| -<script src="../../js/resources/js-test-post.js"></script>
|
| </body>
|
| </html>
|
|
|