| 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.');
|
|
|