RESOLVED MOVED 124509
REGRESSION(r158801): Layout tests media/video-controls-captions-trackmenu-hide-on-click-outside.html, media/video-controls-captions-trackmenu-hide-on-click.html are failing
https://bugs.webkit.org/show_bug.cgi?id=124509
Summary REGRESSION(r158801): Layout tests media/video-controls-captions-trackmenu-hid...
Zan Dobersek
Reported 2013-11-18 08:35:58 PST
The following two tests regressed with r158801: media/video-controls-captions-trackmenu-hide-on-click-outside.html media/video-controls-captions-trackmenu-hide-on-click.html http://trac.webkit.org/changeset/158801 http://webkit-test-results.appspot.com/dashboards/flakiness_dashboard.html#showAllRuns=true&tests=media%2Fvideo-controls-captions-trackmenu-hide-on-click-outside.html%2Cmedia%2Fvideo-controls-captions-trackmenu-hide-on-click.html --- /home/slave/webkitgtk/gtk-linux-64-release/build/layout-test-results/media/video-controls-captions-trackmenu-hide-on-click-outside-expected.txt +++ /home/slave/webkitgtk/gtk-linux-64-release/build/layout-test-results/media/video-controls-captions-trackmenu-hide-on-click-outside-actual.txt @@ -5,9 +5,9 @@ *** Set the user language preference. RUN(internals.setUserPreferredLanguages(['en'])) -*** Track menu should be visible block -EXPECTED (displayStyle == 'block') OK -*** Track menu should be invisible none -EXPECTED (displayStyle == 'none') OK +*** Track menu should be visible -webkit-flex +EXPECTED (displayStyle == 'block'), OBSERVED '-webkit-flex' FAIL +*** Track menu should be invisible -webkit-flex +EXPECTED (displayStyle == 'none'), OBSERVED '-webkit-flex' FAIL END OF TEST --- /home/slave/webkitgtk/gtk-linux-64-release/build/layout-test-results/media/video-controls-captions-trackmenu-hide-on-click-expected.txt +++ /home/slave/webkitgtk/gtk-linux-64-release/build/layout-test-results/media/video-controls-captions-trackmenu-hide-on-click-actual.txt @@ -1,12 +1,13 @@ Test that we are able to trigger the list of captions, and then click elsewhere to hide it. + EVENT(canplaythrough) *** Set the user language preference. RUN(internals.setUserPreferredLanguages(['en'])) -*** Track menu should be visible block -EXPECTED (displayStyle == 'block') OK -*** Track menu should be invisible none -EXPECTED (displayStyle == 'none') OK +*** Track menu should be visible -webkit-flex +EXPECTED (displayStyle == 'block'), OBSERVED '-webkit-flex' FAIL +*** Track menu should be invisible -webkit-flex +EXPECTED (displayStyle == 'none'), OBSERVED '-webkit-flex' FAIL END OF TEST
Attachments
Miguel Gomez
Comment 1 2019-06-13 07:34:14 PDT
Moved to https://bugs.webkit.org/show_bug.cgi?id=198830 as there's a new crash affecting several tests.
Note You need to log in before you can comment on or make changes to this bug.