| Index: LayoutTests/editing/spelling/markers-input-type-text.html
|
| diff --git a/LayoutTests/editing/spelling/markers-input-type-text.html b/LayoutTests/editing/spelling/markers-input-type-text.html
|
| index 8cf635ef23c67baff3749eb5fe477e8ee0f7bd80..e3b1f1727de8b639c8c3e0c48924bb01cd55253a 100644
|
| --- a/LayoutTests/editing/spelling/markers-input-type-text.html
|
| +++ b/LayoutTests/editing/spelling/markers-input-type-text.html
|
| @@ -36,9 +36,6 @@ if (!window.internals) {
|
|
|
| internals.settings.setUnifiedTextCheckerEnabled(true);
|
|
|
| -if (window.testRunner)
|
| - testRunner.dumpAsText();
|
| -
|
| typeText(testTextArea, 'zz. ');
|
| shouldBe('internals.markerCountForNode(findFirstTextNode(testTextArea), "spelling")', '1');
|
|
|
|
|