Bug 65801
Summary: | [Qt] move-selection-back-line-strict.html fails | ||
---|---|---|---|
Product: | WebKit | Reporter: | Ryosuke Niwa <rniwa> |
Component: | HTML Editing | Assignee: | 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
A test added by http://trac.webkit.org/changeset/92526 is failing on Qt Release (Tests) bot:
http://build.webkit.org/results/Qt%20Linux%20Release/r92526%20(36213)/results.html
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Ryosuke Niwa
Please try adding execMoveSelectionForwardByCharacterCommand before execMoveSelectionBackwardByLineCommand.
Ryosuke Niwa
Added the test to the skipped list in http://trac.webkit.org/changeset/92531.
Caio Marcelo de Oliveira Filho
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.