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

Unified Diff: third_party/WebKit/LayoutTests/accessibility/misspellings.html

Issue 2643563003: Fix leak with accessibility/misspellings.html (Closed)
Patch Set: Created 3 years, 11 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 => {
« 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