| Index: LayoutTests/fast/dom/navigator-maxTouchPoints.html
|
| diff --git a/LayoutTests/fast/dom/navigator-maxTouchPoints.html b/LayoutTests/fast/dom/navigator-maxTouchPoints.html
|
| index e09376a1f786d655a70c39fdf1cc55cb77e7db7f..e10efa4f5800c90a2e4ca0934f6b4ee970facd5d 100644
|
| --- a/LayoutTests/fast/dom/navigator-maxTouchPoints.html
|
| +++ b/LayoutTests/fast/dom/navigator-maxTouchPoints.html
|
| @@ -6,7 +6,6 @@ description('This tests that the maxTouchPoints setting is plumbed through to th
|
| window.internals.settings.setMaxTouchPoints(37);
|
| shouldBe('navigator.maxTouchPoints', '37');
|
| </script>
|
| -<script src="../js/resources/js-test-post.js"></script>
|
| <body>
|
| </body>
|
| </html>
|
|
|