Index: third_party/WebKit/LayoutTests/editing/execCommand/crash-indenting-list-item-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/editing/execCommand/crash-indenting-list-item-expected.txt b/third_party/WebKit/LayoutTests/editing/execCommand/crash-indenting-list-item-expected.txt |
deleted file mode 100644 |
index a54e16ca215625757c42a26332e7757973b551f0..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/editing/execCommand/crash-indenting-list-item-expected.txt |
+++ /dev/null |
@@ -1,26 +0,0 @@ |
-| <html> |
-| <head> |
-| <body> |
-| <div> |
-| contenteditable="" |
-| <ul> |
-| <ul> |
-| <li> |
-| id="foo" |
-| "PASSED" |
-| <#selection-caret> |
-| " |
-" |
-| <script> |
-| src="../../resources/dump-as-markup.js" |
-| " |
-" |
-| <script> |
-| " |
-window.getSelection().setBaseAndExtent(foo, 0, foo, 0); |
-// This test passes if it does not crash. |
-document.execCommand('indent', false, null); |
-document.getElementById("foo").innerText = "PASSED"; |
-" |
-| " |
-" |