RESOLVED FIXED 42531
[Qt] tst_QWebPage fails cursorMovements and textSelection
https://bugs.webkit.org/show_bug.cgi?id=42531
Summary [Qt] tst_QWebPage fails cursorMovements and textSelection
Andreas Kling
Reported 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>")
Attachments
Proposed patch (2.37 KB, patch)
2010-07-18 18:20 PDT, Andreas Kling
no flags
Andreas Kling
Comment 1 2010-07-18 18:20:26 PDT
Created attachment 61923 [details] Proposed patch Correct the HTML.
Andreas Kling
Comment 2 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>
Andreas Kling
Comment 3 2010-07-18 20:49:36 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.