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

Unified Diff: third_party/WebKit/LayoutTests/editing/spelling/spellcheck-queue.html

Issue 2588673002: Fix layout test editing/spelling/spellcheck-queue.html (Closed)
Patch Set: Created 4 years 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 | 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/spelling/spellcheck-queue.html
diff --git a/third_party/WebKit/LayoutTests/editing/spelling/spellcheck-queue.html b/third_party/WebKit/LayoutTests/editing/spelling/spellcheck-queue.html
index 8f1e88840de763932008b9e85a0ba6ae45525dcb..73bcd3bb94ad478b0b10a8884be5b14278f9ea3b 100644
--- a/third_party/WebKit/LayoutTests/editing/spelling/spellcheck-queue.html
+++ b/third_party/WebKit/LayoutTests/editing/spelling/spellcheck-queue.html
@@ -23,15 +23,9 @@ function pasteToAllChildren(text, container) {
spellcheck_test(
[
'<div id="container">',
- '<input>',
- '<textarea></textarea>',
- '<div contenteditable></div>',
- '<input>',
'<textarea></textarea>',
'<div contenteditable></div>',
'<input>',
- '<textarea></textarea>',
- '<div contenteditable></div>',
'</div>'
].join(''),
document => {
@@ -41,15 +35,9 @@ spellcheck_test(
},
[
'<div id="container">',
- '<input value="#zz# apple orange">',
- '<textarea>#zz# apple orange</textarea>',
- '<div contenteditable>#zz# apple orange</div>',
- '<input value="#zz# apple orange">',
'<textarea>#zz# apple orange</textarea>',
'<div contenteditable>#zz# apple orange</div>',
'<input value="#zz# apple orange">',
- '<textarea>#zz# apple orange</textarea>',
- '<div contenteditable>#zz# apple orange</div>',
'</div>'
].join(''),
'Spellchecker handles multiple requests.');
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698