| Index: LayoutTests/fast/loader/stateobjects/state-attribute-object-types.html
|
| diff --git a/LayoutTests/fast/loader/stateobjects/state-attribute-object-types.html b/LayoutTests/fast/loader/stateobjects/state-attribute-object-types.html
|
| index 99035aa1bb446e0360b106410b11df6562c2bcfa..21e92efdc2a0a9230c6537649424bf700a18c4d7 100644
|
| --- a/LayoutTests/fast/loader/stateobjects/state-attribute-object-types.html
|
| +++ b/LayoutTests/fast/loader/stateobjects/state-attribute-object-types.html
|
| @@ -38,7 +38,6 @@
|
| history.pushState(document.createElement("canvas").getContext("2d").createImageData(10,10), "ImageData entry");
|
| shouldEvaluateTo("history.state", document.createElement("canvas").getContext("2d").createImageData(10,10));
|
| </script>
|
| -<script src="../../js/resources/js-test-post.js"></script>
|
| </body>
|
| </html>
|
|
|
|
|