Index: third_party/WebKit/LayoutTests/editing/spelling/spelling.html |
diff --git a/third_party/WebKit/LayoutTests/editing/spelling/spelling.html b/third_party/WebKit/LayoutTests/editing/spelling/spelling.html |
deleted file mode 100644 |
index 6c9dd776b742a95c515da9f821d77a9250fd345d..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/editing/spelling/spelling.html |
+++ /dev/null |
@@ -1,13 +0,0 @@ |
-<!doctype html> |
-<div contenteditable id="sample">a</div> |
-<script> |
-if (window.testRunner) |
- testRunner.setMockSpellCheckerEnabled(true); |
- |
-const sample = document.getElementById('sample'); |
-const selection = window.getSelection(); |
-selection.collapse(sample, 0); |
-document.execCommand('insertText', false, 'x'); |
-document.execCommand('insertParagraph'); |
-document.execCommand('insertText', false, 'zz '); |
-</script> |