Bug 65801

Summary: [Qt] move-selection-back-line-strict.html fails
Product: WebKit Reporter: Ryosuke Niwa <rniwa>
Component: HTML EditingAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: cmarcelo, cshu, ossy, tonikitoo
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 91246    
Bug Blocks:    

Ryosuke Niwa
Reported 2011-08-05 17:36:55 PDT
Attachments
Ryosuke Niwa
Comment 1 2011-08-05 17:37:51 PDT
Please try adding execMoveSelectionForwardByCharacterCommand before execMoveSelectionBackwardByLineCommand.
Ryosuke Niwa
Comment 2 2011-08-05 17:46:17 PDT
Added the test to the skipped list in http://trac.webkit.org/changeset/92531.
Caio Marcelo de Oliveira Filho
Comment 3 2012-07-19 10:01:07 PDT
This was failing due to a font issue in Qt test infrastructure. A variable-width font was picked instead a fixed-width font. This was fixed by adopting a new (more correct) font configuration when running tests. The test now pass and patch in bug 91246 should unskip it.
Note You need to log in before you can comment on or make changes to this bug.