Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6)

Unified Diff: third_party/WebKit/LayoutTests/editing/execCommand/crash-indenting-list-item-expected.txt

Issue 2269203005: Convert editing/execCommand/crash-indenting-list-item to use w3c test harness (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 016-08-24T17:05:27 Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/WebKit/LayoutTests/editing/execCommand/crash-indenting-list-item.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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";
-"
-| "
-"
« no previous file with comments | « third_party/WebKit/LayoutTests/editing/execCommand/crash-indenting-list-item.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698