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/inserting/insert_interchange_newline_crash.html

Issue 2184623002: Convert editing/pasteboard/pasteboard/paste-4038267-fix.html to use w3c test harness (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 2016-07-26T17:27:35 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/pasteboard/paste-4038267-fix.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_interchange_newline_crash.html
diff --git a/third_party/WebKit/LayoutTests/editing/inserting/insert-div-020.html b/third_party/WebKit/LayoutTests/editing/inserting/insert_interchange_newline_crash.html
similarity index 65%
copy from third_party/WebKit/LayoutTests/editing/inserting/insert-div-020.html
copy to third_party/WebKit/LayoutTests/editing/inserting/insert_interchange_newline_crash.html
index f9bfdda7c501b8da82f7e8272f82afce7c2e3a79..23cecb97cedc81984b3c1cfc11a8991ff78edf25 100644
--- a/third_party/WebKit/LayoutTests/editing/inserting/insert-div-020.html
+++ b/third_party/WebKit/LayoutTests/editing/inserting/insert_interchange_newline_crash.html
@@ -6,14 +6,14 @@
test(() => assert_selection(
[
'<div contenteditable>',
- '<span id="test">foo</span><br><br>|bar',
+ '<div>foo^</div><div>|bar</div>',
'</div>',
].join(''),
- 'insertParagraph',
+ 'insertHTML <br class="Apple-interchange-newline">',
[
'<div contenteditable>',
- '<span id="test">foo</span><br><br><br><div>|bar</div>',
+ '<div>foo</div><div>|bar</div>',
'</div>',
].join('')),
- 'Insert BR and enclose "bar" with DIV');
+ 'interchange-newline does nothing for DIV');
</script>
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/editing/pasteboard/paste-4038267-fix.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698