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

Unified Diff: third_party/WebKit/LayoutTests/editing/inserting/insert-paragraph-01.html

Issue 2175233002: Convert editing/inserting/insert-paragraph-0[1-5].html to use w3c test harness (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 2016-07-26T13:41:23 Created 4 years, 5 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/inserting/insert-paragraph-02.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/editing/inserting/insert-paragraph-01.html
diff --git a/third_party/WebKit/LayoutTests/editing/inserting/insert-paragraph-01.html b/third_party/WebKit/LayoutTests/editing/inserting/insert-paragraph-01.html
deleted file mode 100644
index b0eb953c97c157903a173f1325986f58dfe3d3d2..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/editing/inserting/insert-paragraph-01.html
+++ /dev/null
@@ -1,13 +0,0 @@
-<script>
-if (window.testRunner)
- testRunner.dumpEditingCallbacks();
-</script>
-<p>This tests inserting a paragraph separator before a table. There should be an empty paragraph before the table and the caret should be just before the table.</p>
-<div contenteditable="true" id="div"><table border="1"><tr><td>foo</td></tr></table></div>
-
-<script>
-var sel = window.getSelection();
-var div = document.getElementById("div");
-sel.collapse(div, 0);
-document.execCommand("InsertParagraph");
-</script>
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/editing/inserting/insert-paragraph-02.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698