| Index: third_party/WebKit/LayoutTests/fast/forms/range/range-focus-by-mouse-then-keydown.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/forms/range/range-focus-by-mouse-then-keydown.html b/third_party/WebKit/LayoutTests/fast/forms/range/range-focus-by-mouse-then-keydown.html
|
| index f8812682cb05a004c57b377027ea40d75b3f453a..a224919afd8e6eac9c2b533817b1638ae56e26f7 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/forms/range/range-focus-by-mouse-then-keydown.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/forms/range/range-focus-by-mouse-then-keydown.html
|
| @@ -1,7 +1,7 @@
|
| <!DOCTYPE html>
|
| <body>
|
| <script src="../resources/common.js"></script>
|
| -<script src="../../repaint/resources/text-based-repaint.js"></script>
|
| +<script src="../../repaint/resources/repaint.js"></script>
|
| <input type="range">
|
| <!-- A keydown event after mouse-focus should draw a focus ring. -->
|
| <script>
|
|
|