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

Unified Diff: third_party/WebKit/LayoutTests/editing/undo/4063751.html

Issue 2249833003: Convert editing/undo/4063751.html to use w3c test harness (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 2016-08-17T10:59:55 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 | « no previous file | third_party/WebKit/LayoutTests/editing/undo/redo_rebalance_whitespace.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/editing/undo/4063751.html
diff --git a/third_party/WebKit/LayoutTests/editing/undo/4063751.html b/third_party/WebKit/LayoutTests/editing/undo/4063751.html
deleted file mode 100644
index 54d55dd72cf3118cf292e4401dd88ec5b6a956f5..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/editing/undo/4063751.html
+++ /dev/null
@@ -1,42 +0,0 @@
-<html>
-<head>
-
-<link rel=stylesheet href="../editingStyle.css" type="text/css">
-<script src=../editing.js language="JavaScript" type="text/JavaScript" ></script>
-
-<script>
-
-function editingTest() {
- moveSelectionForwardByCharacterCommand();
- moveSelectionForwardByCharacterCommand();
-
- var string = "this is a test. ";
- for (var i = 0; i < string.length; i++)
- typeCharacterCommand(string[i]);
- undoCommand();
- redoCommand();
- undoCommand();
- redoCommand();
-}
-
-</script>
-
-<title>Redo Typing can add extra space characters</title>
-</head>
-<body>
-
-<p>This tests RebalanceWhitespace's ability to Undo.</p>
-<p>You should see "( this is a test. )", minus the quotes.</p>
-
-<hr>
-
-<div contenteditable id="root" style="word-wrap: break-word; -khtml-nbsp-mode: space; -khtml-line-break: after-white-space;">
-<div id="test" class="editing">( )</div>
-</div>
-
-<script>
-runEditingTest();
-</script>
-
-</body>
-</html>
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/editing/undo/redo_rebalance_whitespace.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698