| Index: third_party/WebKit/LayoutTests/paint/invalidation/invalidate-caret-in-non-composited-scrolling-container.html
|
| diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/invalidate-caret-in-non-composited-scrolling-container.html b/third_party/WebKit/LayoutTests/paint/invalidation/invalidate-caret-in-non-composited-scrolling-container.html
|
| deleted file mode 100644
|
| index e5e657a7342faee085d13b4012cb88bffeabff34..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/paint/invalidation/invalidate-caret-in-non-composited-scrolling-container.html
|
| +++ /dev/null
|
| @@ -1,21 +0,0 @@
|
| -<!DOCTYPE html>
|
| -<script src="../../fast/repaint/resources/text-based-repaint.js"></script>
|
| -<script src="../../editing/editing.js"></script>
|
| -<input id="root" style="will-change: transform" size="5" value="test test test">
|
| -<script>
|
| -window.testIsAsync = true;
|
| -onload = runRepaintTest;
|
| -if (window.internals)
|
| - window.internals.settings.setPreferCompositingToLCDTextEnabled(false);
|
| -
|
| -function repaintTest() {
|
| - root.focus();
|
| - root.scrollLeft = 200;
|
| - requestAnimationFrame(function() {
|
| - execMoveSelectionForwardByWordCommand();
|
| - execMoveSelectionForwardByWordCommand();
|
| - execMoveSelectionForwardByWordCommand();
|
| - finishRepaintTest();
|
| - });
|
| -}
|
| -</script>
|
|
|