| Index: third_party/WebKit/LayoutTests/paint/invalidation/spv2/no-caret-repaint-in-non-content-editable-element.html
|
| diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/spv2/no-caret-repaint-in-non-content-editable-element.html b/third_party/WebKit/LayoutTests/paint/invalidation/spv2/no-caret-repaint-in-non-content-editable-element.html
|
| deleted file mode 100644
|
| index e6073a1a9073944d6b94702a752e24356890219c..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/paint/invalidation/spv2/no-caret-repaint-in-non-content-editable-element.html
|
| +++ /dev/null
|
| @@ -1,30 +0,0 @@
|
| -<!-- Based on fast/repaint/no-caret-repaint-in-non-content-editable-element.html -->
|
| -<html>
|
| -<head>
|
| -<script src="resources/paint-invalidation-test.js"></script>
|
| -<script>
|
| -if (window.testRunner) {
|
| - // By definition, when caret browsing is enabled we always paint the caret.
|
| - // So, this test is only applicable when caret browsing is disabled because
|
| - // non-content-editable elements won't cause the caret to be drawn since they
|
| - // are not editable.
|
| - testRunner.overridePreference("WebKitEnableCaretBrowsing", false);
|
| -}
|
| -function paintInvalidationTest()
|
| -{
|
| - if (!window.eventSender)
|
| - return;
|
| -
|
| - var target = document.getElementById("target");
|
| - eventSender.mouseMoveTo(target.offsetLeft, target.offsetTop);
|
| - eventSender.mouseDown();
|
| - eventSender.mouseUp();
|
| -}
|
| -window.onload = runPaintInvalidationTest;
|
| -</script>
|
| -</head>
|
| -<body>
|
| - <p>This tests that clicking on a non-content editable element does not cause a repaint of it in whole or in part.</p>
|
| - <p id="target">This element is not content editable.</p>
|
| -</body>
|
| -</html>
|
|
|