Bug 127408

Summary: REGRESSION(r162184): Many editing tests crash on Windows
Product: WebKit Reporter: Alexey Proskuryakov <ap>
Component: HTML EditingAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: bfulgham, rniwa, roger_fong, sam, webkit-bug-importer
Priority: P1 Keywords: InRadar, Regression
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   

Description Alexey Proskuryakov 2014-01-21 23:38:12 PST
These tests started to crash in <http://trac.webkit.org/changeset/162184>:

editing/pasteboard/drop-link.html
editing/selection/move-by-word-visually-crash-test-5.html
editing/selection/move-by-word-visually-crash-test-css-generated-content.html
editing/selection/move-by-word-visually-inline-block-positioned-element.html
editing/selection/move-by-word-visually-mac.html
editing/selection/move-by-word-visually-multi-line.html
editing/selection/move-by-word-visually-multi-space.html
editing/selection/move-by-word-visually-null-box.html
editing/selection/move-by-word-visually-single-space-inline-element.html
editing/selection/move-by-word-visually-single-space-one-element.html
editing/selection/move-by-word-visually-textarea.html

There is no crash log available form the bot.
Comment 1 Radar WebKit Bug Importer 2014-01-21 23:39:42 PST
<rdar://problem/15878356>
Comment 2 Alexey Proskuryakov 2014-01-21 23:44:07 PST
Also, surprising as it may be, js/function-apply-many-args.html. Must be because there is a long line in output that we are trying to break into multiple lines.
Comment 3 Alexey Proskuryakov 2014-01-22 09:47:44 PST
See also: bug 127424.
Comment 4 Alexey Proskuryakov 2014-01-22 13:02:39 PST
Yeah, that fixed it.

*** This bug has been marked as a duplicate of bug 127424 ***