| Index: LayoutTests/fast/canvas/draw-custom-focus-ring.html
|
| diff --git a/LayoutTests/fast/canvas/draw-custom-focus-ring.html b/LayoutTests/fast/canvas/draw-custom-focus-ring.html
|
| index 1c9163271c007420d98efb504963fe43820fd5ee..ec396113ecb3276586ff8410b4a96da0a814a44c 100644
|
| --- a/LayoutTests/fast/canvas/draw-custom-focus-ring.html
|
| +++ b/LayoutTests/fast/canvas/draw-custom-focus-ring.html
|
| @@ -23,5 +23,4 @@ shouldBe("canvas.drawCustomFocusRing(button1)", "false");
|
| shouldBe("canvas.drawCustomFocusRing(button2)", "false");
|
| shouldBe("button1.focus(); canvas.drawCustomFocusRing(button1)", "true");
|
| </script>
|
| -<script src="../js/resources/js-test-post.js"></script>
|
| </body>
|
|
|