| Index: LayoutTests/fast/js/cross-frame-prototype.html
|
| diff --git a/LayoutTests/fast/js/cross-frame-prototype.html b/LayoutTests/fast/js/cross-frame-prototype.html
|
| index 0f979dd046fea02b937fbaf8952bf5a83a0809a1..134a736f111b669a3ab841d42dcad23a98d9a233 100644
|
| --- a/LayoutTests/fast/js/cross-frame-prototype.html
|
| +++ b/LayoutTests/fast/js/cross-frame-prototype.html
|
| @@ -12,7 +12,6 @@
|
| var x = new arrayConstructor();
|
|
|
| shouldBe("x.foo", '"bar"');
|
| -
|
| -</script><script src="resources/js-test-post.js"></script>
|
| +</script>
|
| </body>
|
| </html>
|
|
|