Bug 124509
Summary: | 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 | ||
---|---|---|---|
Product: | WebKit | Reporter: | Zan Dobersek <zan> |
Component: | WebKitGTK | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED MOVED | ||
Severity: | Normal | CC: | bugs-noreply, magomez |
Priority: | P2 | Keywords: | Gtk, LayoutTestFailure, Regression |
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Zan Dobersek
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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Miguel Gomez
Moved to https://bugs.webkit.org/show_bug.cgi?id=198830 as there's a new crash affecting several tests.