RESOLVED FIXED 118820
fullscreen/full-screen-iframe-with-max-width-height.html is flaky
https://bugs.webkit.org/show_bug.cgi?id=118820
Summary fullscreen/full-screen-iframe-with-max-width-height.html is flaky
Stephanie Lewis
Reported 2013-07-17 15:57:26 PDT
Flaky on ML, WK1 and WK2. It looks like it is timing out waiting for an event. --- /Volumes/Data/slave/mountainlion-release-tests-wk1/build/layout-test-results/fullscreen/full-screen-iframe-with-max-width-height-expected.txt +++ /Volumes/Data/slave/mountainlion-release-tests-wk1/build/layout-test-results/fullscreen/full-screen-iframe-with-max-width-height-actual.txt @@ -1,4 +1,4 @@ +CONSOLE MESSAGE: line 14: TypeError: 'null' is not an object (evaluating 'testDiv.webkitRequestFullScreen') +FAIL: Timed out waiting for notifyDone to be called -EVENT(webkitfullscreenchange) TEST(frame.getBoundingClientRect().right == document.body.getBoundingClientRect().right && frame.getBoundingClientRect().bottom == document.body.getBoundingClientRect().bottom) OK -END OF TEST
Attachments
Patch (4.67 KB, patch)
2013-07-18 07:18 PDT, zalan
no flags
Stephanie Lewis
Comment 1 2013-07-17 16:02:10 PDT
Sam Weinig
Comment 2 2013-07-17 16:14:03 PDT
Seems like the issue is that we are not waiting for iframe to finish loading. I waiting on the iframes onload will fix this.
zalan
Comment 3 2013-07-18 07:18:48 PDT
Andreas Kling
Comment 4 2013-07-18 07:25:43 PDT
Comment on attachment 206989 [details] Patch Looks like the correct thing to be doing.
WebKit Commit Bot
Comment 5 2013-07-18 08:42:56 PDT
Comment on attachment 206989 [details] Patch Clearing flags on attachment: 206989 Committed r152847: <http://trac.webkit.org/changeset/152847>
WebKit Commit Bot
Comment 6 2013-07-18 08:42:57 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.