RESOLVED FIXED 57108
[Qt][Symbian] Fix Api test failure -- microFocusCoordinates
https://bugs.webkit.org/show_bug.cgi?id=57108
Summary [Qt][Symbian] Fix Api test failure -- microFocusCoordinates
Yi Shen
Reported 2011-03-25 11:28:57 PDT
The tst_QWebView::microFocusCoordinates failed because its test page content is incorrect -- canvas tag is not self-closing tag. See the problem code below, page->mainFrame()->setHtml("<html><body>" \ "<input type='text' id='input1' style='font--family: serif' value='' maxlength='20'/><br>" \ "<canvas id='canvas1' width='500' height='500'/>" \ "<input type='password'/><br>" \ "<canvas id='canvas2' width='500' height='500'/>" \ "</body></html>"); Will provide a patch soon.
Attachments
first try (2.47 KB, patch)
2011-03-25 11:39 PDT, Yi Shen
no flags
Yi Shen
Comment 1 2011-03-25 11:30:03 PDT
The same problem for tst_QGraphicsWebView::microFocusCoordinates()
Yi Shen
Comment 2 2011-03-25 11:39:17 PDT
Created attachment 86965 [details] first try
Eric Seidel (no email)
Comment 3 2011-03-27 01:11:21 PDT
<canvas isn't self closing? I forget these things.
Andreas Kling
Comment 4 2011-03-27 04:00:20 PDT
Comment on attachment 86965 [details] first try Good catch. :3
WebKit Commit Bot
Comment 5 2011-03-27 11:23:32 PDT
The commit-queue encountered the following flaky tests while processing attachment 86965 [details]: http/tests/navigation/forward-and-cancel.html bug 57187 The commit-queue is continuing to process your patch.
WebKit Commit Bot
Comment 6 2011-03-27 11:26:31 PDT
Comment on attachment 86965 [details] first try Clearing flags on attachment: 86965 Committed r82074: <http://trac.webkit.org/changeset/82074>
WebKit Commit Bot
Comment 7 2011-03-27 11:26:35 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.