RESOLVED DUPLICATE of bug 139779 Bug 90708
fullscreen/exit-full-screen-iframe.html is failing
https://bugs.webkit.org/show_bug.cgi?id=90708
Summary fullscreen/exit-full-screen-iframe.html is failing
Filip Pizlo
Reported 2012-07-06 16:10:57 PDT
This test is failing: --- /Volumes/Data/pizlo/secondary/OpenSource/WebKitBuild/Debug/layout-test-results/fullscreen/exit-full-screen-iframe-expected.txt +++ /Volumes/Data/pizlo/secondary/OpenSource/WebKitBuild/Debug/layout-test-results/fullscreen/exit-full-screen-iframe-actual.txt @@ -5,6 +5,6 @@ EVENT(webkitfullscreenchange) TEST(document.getElementById('frame').contentDocument.webkitIsFullScreen==true) OK EVENT(webkitfullscreenchange) -TEST(document.getElementById('frame').contentDocument.webkitIsFullScreen==false) OK +TEST(document.getElementById('frame').contentDocument.webkitIsFullScreen==false) FAIL END OF TEST
Attachments
Filip Pizlo
Comment 1 2012-07-06 16:15:14 PDT
Alexey Proskuryakov
Comment 2 2012-07-07 01:27:16 PDT
Also fails on chromium: bug 90704. Should r122035 be just rolled out? Filip, please be sure to CC responsible parties when skipping tests.
Max Feil
Comment 3 2012-07-07 13:38:44 PDT
(In reply to comment #2) > Also fails on chromium: bug 90704. Should r122035 be just rolled out? I believe this test should pass, and that the failure indicates a real problem that needs to be investigated. After webkitCancelFullScreen() is called from JavaScript and the resulting webkitfullscreenchange event is received, webkitIsFullScreen should no longer be true. Rolling out r122035 would revert the failing test, but it would also revert a valid BlackBerry code fix.
Max Feil
Comment 4 2012-07-07 14:15:29 PDT
(In reply to comment #2) > Also fails on chromium: bug 90704. Note that this test causes EFL and GTK ports to crash, which is are real failures that need to be fixed. See also bug 89817 for my attempt at a patch which would have prevent these crashes but did not pass review.
Max Feil
Comment 5 2012-07-07 20:22:18 PDT
(In reply to comment #4) > Note that this test causes EFL and GTK ports to crash GTK port crash is now fixed (bug 90719) and this test passes on GTK (see http://build.webkit.org/results/GTK%20Linux%2064-bit%20Release/ ).
Antonio Gomes
Comment 6 2012-07-08 21:04:47 PDT
(In reply to comment #5) > (In reply to comment #4) > > Note that this test causes EFL and GTK ports to crash > > GTK port crash is now fixed (bug 90719) and this test passes on GTK (see http://build.webkit.org/results/GTK%20Linux%2064-bit%20Release/ ). EFL is also fixed in trunk.
Eric Carlson
Comment 7 2013-08-08 11:35:55 PDT
(In reply to comment #6) > (In reply to comment #5) > > (In reply to comment #4) > > > Note that this test causes EFL and GTK ports to crash > > > > GTK port crash is now fixed (bug 90719) and this test passes on GTK (see http://build.webkit.org/results/GTK%20Linux%2064-bit%20Release/ ). > > EFL is also fixed in trunk. This test passes on the Mac port as well: http://build.webkit.org/results/Apple%20MountainLion%20Debug%20WK2%20(Tests)/r153825%20(11521)/results.html Un-skipped in https://trac.webkit.org/r153834 . Marking bug as RESOLVED/WORKSFORME.
Eric Carlson
Comment 8 2013-08-08 14:16:29 PDT
(In reply to comment #7) > (In reply to comment #6) > > (In reply to comment #5) > > > (In reply to comment #4) > > > > Note that this test causes EFL and GTK ports to crash > > > > > > GTK port crash is now fixed (bug 90719) and this test passes on GTK (see http://build.webkit.org/results/GTK%20Linux%2064-bit%20Release/ ). > > > > EFL is also fixed in trunk. > > This test passes on the Mac port as well: http://build.webkit.org/results/Apple%20MountainLion%20Debug%20WK2%20(Tests)/r153825%20(11521)/results.html > > Un-skipped in https://trac.webkit.org/r153834 . > > Marking bug as RESOLVED/WORKSFORME. Actually the test is flakey on both Mac and EFL ports. Marked as flakey on Mac in https://trac.webkit.org/r153846.
Alexey Proskuryakov
Comment 9 2014-12-18 10:51:53 PST
*** This bug has been marked as a duplicate of bug 139779 ***
Note You need to log in before you can comment on or make changes to this bug.