| Index: third_party/WebKit/LayoutTests/accessibility/misspellings.html
|
| diff --git a/third_party/WebKit/LayoutTests/accessibility/misspellings.html b/third_party/WebKit/LayoutTests/accessibility/misspellings.html
|
| index 3c75643b984f2c31c31c637b4b6edb058eb5a91e..ff1e5d53f30118e2a9213fd2a1c5c9de4943bc2e 100644
|
| --- a/third_party/WebKit/LayoutTests/accessibility/misspellings.html
|
| +++ b/third_party/WebKit/LayoutTests/accessibility/misspellings.html
|
| @@ -118,9 +118,8 @@
|
|
|
| currentTest.action();
|
|
|
| - // Force idle time spell checker to run.
|
| - if (window.testRunner)
|
| - testRunner.runIdleTasks(() => {});
|
| + // TODO(xiaochengh): Force idle time spell checker to run after it is
|
| + // enabled in layout tests.
|
| }
|
|
|
| add_result_callback(testObject => {
|
|
|