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

Unified Diff: LayoutTests/editing/spelling/spelling-huge-text.html

Issue 24573002: Layout Test editing/spelling/spelling-huge-text.html is flaky (Closed) Base URL: https://chromium.googlesource.com/chromium/blink@master
Patch Set: Created 7 years, 3 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 | « LayoutTests/TestExpectations ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/editing/spelling/spelling-huge-text.html
diff --git a/LayoutTests/editing/spelling/spelling-huge-text.html b/LayoutTests/editing/spelling/spelling-huge-text.html
index 0f136fa562b05ab6f675f642e8cb74f52c8cfc60..91db64b90db4fae34048ac30648dfab4bd0fdc93 100644
--- a/LayoutTests/editing/spelling/spelling-huge-text.html
+++ b/LayoutTests/editing/spelling/spelling-huge-text.html
@@ -52,7 +52,7 @@ function test()
shouldBecomeEqual('internals.markerCountForNode(testEditable.childNodes[0], "spelling")', '6', function() {
testEditable.removeChild(testEditable.childNodes[0]);
finishJSTest();
- });
+ }, 1000 /* huge text needs more time to be spell checked */);
}
</script>
<script src="../../fast/js/resources/js-test-post.js"></script>
« no previous file with comments | « LayoutTests/TestExpectations ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698