Bug 42531 - [Qt] tst_QWebPage fails cursorMovements and textSelection
Summary: [Qt] tst_QWebPage fails cursorMovements and textSelection
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Andreas Kling
URL:
Keywords: Qt, QtTriaged
Depends on:
Blocks:
 
Reported: 2010-07-18 18:14 PDT by Andreas Kling
Modified: 2010-07-18 20:49 PDT (History)
0 users

See Also:


Attachments
Proposed patch (2.37 KB, patch)
2010-07-18 18:20 PDT, Andreas Kling
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas Kling 2010-07-18 18:14:55 PDT
These failures are caused by incorrect HTML:

<html><body<p id=one>The quick brown fox</p><p id=two>jumps over the lazy dog</p><p>May the source<br/>be with you!</p></body></html>

(The "<body<p id=one>" should be "<body><p id=one>")
Comment 1 Andreas Kling 2010-07-18 18:20:26 PDT
Created attachment 61923 [details]
Proposed patch

Correct the HTML.
Comment 2 Andreas Kling 2010-07-18 20:49:27 PDT
Comment on attachment 61923 [details]
Proposed patch

Clearing flags on attachment: 61923

Committed r63641: <http://trac.webkit.org/changeset/63641>
Comment 3 Andreas Kling 2010-07-18 20:49:36 PDT
All reviewed patches have been landed.  Closing bug.