Bug 81138
Summary: | WK2: Spelling tests that rely on getting the marked range or the marked count synchronously fail | ||
---|---|---|---|
Product: | WebKit | Reporter: | Jessie Berlin <jberlin> |
Component: | HTML Editing | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | ap, enrica, jberlin, thorton, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar, LayoutTestFailure, Regression |
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
URL: | http://build.webkit.org/results/Lion%20Intel%20Debug%20(WebKit2%20Tests)/r110712%20(4902)/editing/spelling/markers-pretty-diff.html |
Jessie Berlin
In WK2, spelling and grammar marking is done asynchronously because it involves cross-process communication.
The current spelling tests assume that they can get the marked range / count directly after adding incorrect spelling or grammar.
http://build.webkit.org/results/Lion%20Intel%20Debug%20(WebKit2%20Tests)/r110712%20(4902)/editing/spelling/markers-pretty-diff.html
http://build.webkit.org/results/Lion%20Intel%20Debug%20(WebKit2%20Tests)/r110712%20(4902)/editing/spelling/spelling-insert-html-pretty-diff.html
http://build.webkit.org/results/Lion%20Intel%20Debug%20(WebKit2%20Tests)/r110712%20(4902)/editing/spelling/spelling-unified-emulation-pretty-diff.html
Note that these tests all pass under WK1:
http://build.webkit.org/results/Lion%20Intel%20Debug%20(Tests)/r110709%20(4458)/results.html
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/11047832>
Jessie Berlin
Committed the expected failing results in http://trac.webkit.org/changeset/110720.