https://bugs.webkit.org/show_bug.cgi?id=119376
Reviewed by Simon Fraser.
Call showMenu() before attempting to click on the caption menu items.
* media/video-controls-captions-trackmenu.html:
* platform/mac/TestExpectations:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@153602
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2013-08-01 Jer Noble <jer.noble@apple.com>
+
+ REGRESSION (r153448) video-controls-captions-trackmenu.html is failing
+ https://bugs.webkit.org/show_bug.cgi?id=119376
+
+ Reviewed by Simon Fraser.
+
+ Call showMenu() before attempting to click on the caption menu items.
+
+ * media/video-controls-captions-trackmenu.html:
+ * platform/mac/TestExpectations:
+
2013-08-01 Ruth Fong <ruth_fong@apple.com>
Crashing Test: fast/forms/color/input-color-onchange-event.html
{
consoleWrite("<br>*** Add another text track.");
run('video.addTextTrack("captions", "Commentary", "ru")');
+ showTrackMenu()
window.setTimeout(turnCaptionsOn, 100);
consoleWrite("");
}
webkit.org/b/110027 compositing/transitions/transform-on-large-layer.html [ Pass ImageOnlyFailure ]
-# see also webkit.org/b/119376
-webkit.org/b/110173 media/video-controls-captions-trackmenu.html [ Failure Crash Pass ]
+webkit.org/b/110173 media/video-controls-captions-trackmenu.html [ Crash Pass ]
webkit.org/b/110186 inspector-protocol/page/javascriptDialogEvents.html [ Skip ]