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

Unified Diff: third_party/WebKit/LayoutTests/editing/inserting/insert_div_text_into_text.html

Issue 2298043003: Convert editing/pasteboard/insert-div-text-into-text.html to use w3c test harness (Closed)
Patch Set: 2016-09-01T12:27:29 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/pasteboard/insert-div-text-into-text.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_div_text_into_text.html
diff --git a/third_party/WebKit/LayoutTests/editing/inserting/insert-div-025.html b/third_party/WebKit/LayoutTests/editing/inserting/insert_div_text_into_text.html
similarity index 66%
copy from third_party/WebKit/LayoutTests/editing/inserting/insert-div-025.html
copy to third_party/WebKit/LayoutTests/editing/inserting/insert_div_text_into_text.html
index e3df01233c5fe33a6a158a2e391cbfab7d7e25fd..b0edd518feb7a04dd5b02fd12c3060c5128aaf75 100644
--- a/third_party/WebKit/LayoutTests/editing/inserting/insert-div-025.html
+++ b/third_party/WebKit/LayoutTests/editing/inserting/insert_div_text_into_text.html
@@ -2,19 +2,18 @@
<script src="../../resources/testharness.js"></script>
<script src="../../resources/testharnessreport.js"></script>
<script src="../assert_selection.js"></script>
-<div id="log"></div>
<script>
test(() => assert_selection(
[
'<div contenteditable>',
- '<div>foo |bar</div>',
+ 'There b|e no line breaks in this sentence.',
'</div>',
].join(''),
- 'insertParagraph',
+ 'insertHTML <div>XYZ</div>',
[
'<div contenteditable>',
- '<div>foo\u{00A0}</div><div>|bar</div>',
+ 'There bXYZ|e no line breaks in this sentence.',
'</div>',
].join('')),
- 'Keep a space after insert paragraph');
+ 'insertHTML with DIV to text');
</script>
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/editing/pasteboard/insert-div-text-into-text.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698