| Index: LayoutTests/fast/js/Promise-then-callback-receiver.html
|
| diff --git a/LayoutTests/fast/js/Promise-then-callback-receiver.html b/LayoutTests/fast/js/Promise-then-callback-receiver.html
|
| index bc4f9a759059018625b6741185781bf496418da8..2a9227bdd1aeb04bc910040615ac74625429525e 100644
|
| --- a/LayoutTests/fast/js/Promise-then-callback-receiver.html
|
| +++ b/LayoutTests/fast/js/Promise-then-callback-receiver.html
|
| @@ -56,6 +56,5 @@ Promise.resolve().then(function () {
|
| }).then(finishJSTest, finishJSTest);
|
|
|
| </script>
|
| -<script src="resources/js-test-post.js"></script>
|
| </body>
|
| </html>
|
|
|