Title: [138322] trunk/LayoutTests
- Revision
- 138322
- Author
- [email protected]
- Date
- 2012-12-20 16:44:11 -0800 (Thu, 20 Dec 2012)
Log Message
REGRESSION: media/video-controls-captions-trackmenu.html intermittently fails
https://bugs.webkit.org/show_bug.cgi?id=105584
Unreviewed expected results update. Remove the failure expectation.
* media/video-controls-captions-trackmenu-expected.txt:
* media/video-controls-captions-trackmenu.html:
* platform/mac/TestExpectations:
Modified Paths
Diff
Modified: trunk/LayoutTests/ChangeLog (138321 => 138322)
--- trunk/LayoutTests/ChangeLog 2012-12-21 00:29:17 UTC (rev 138321)
+++ trunk/LayoutTests/ChangeLog 2012-12-21 00:44:11 UTC (rev 138322)
@@ -1,3 +1,14 @@
+2012-12-20 Dean Jackson <[email protected]>
+
+ REGRESSION: media/video-controls-captions-trackmenu.html intermittently fails
+ https://bugs.webkit.org/show_bug.cgi?id=105584
+
+ Unreviewed expected results update. Remove the failure expectation.
+
+ * media/video-controls-captions-trackmenu-expected.txt:
+ * media/video-controls-captions-trackmenu.html:
+ * platform/mac/TestExpectations:
+
2012-12-20 Sheriff Bot <[email protected]>
Unreviewed, rolling out r138270.
Modified: trunk/LayoutTests/media/video-controls-captions-trackmenu-expected.txt (138321 => 138322)
--- trunk/LayoutTests/media/video-controls-captions-trackmenu-expected.txt 2012-12-21 00:29:17 UTC (rev 138321)
+++ trunk/LayoutTests/media/video-controls-captions-trackmenu-expected.txt 2012-12-21 00:44:11 UTC (rev 138322)
@@ -12,9 +12,9 @@
EXPECTED (5 == '5') OK
EXPECTED (video.textTracks.length == '4') OK
Track 0 should be showing
-EXPECTED (video.textTracks[0].mode == 'showing') OK
+EXPECTED (video.textTracks[0].mode == 'disabled') OK
Track 1 should be disabled
-EXPECTED (video.textTracks[1].mode == 'disabled') OK
+EXPECTED (video.textTracks[1].mode == 'showing') OK
Track 2 should be disabled
EXPECTED (video.textTracks[2].mode == 'disabled') OK
Track 3 should be disabled
Modified: trunk/LayoutTests/media/video-controls-captions-trackmenu.html (138321 => 138322)
--- trunk/LayoutTests/media/video-controls-captions-trackmenu.html 2012-12-21 00:29:17 UTC (rev 138321)
+++ trunk/LayoutTests/media/video-controls-captions-trackmenu.html 2012-12-21 00:44:11 UTC (rev 138322)
@@ -70,9 +70,9 @@
{
testExpected("video.textTracks.length", 4);
consoleWrite("Track 0 should be showing");
- testExpected("video.textTracks[0].mode", "showing");
+ testExpected("video.textTracks[0].mode", "disabled");
consoleWrite("Track 1 should be disabled");
- testExpected("video.textTracks[1].mode", "disabled");
+ testExpected("video.textTracks[1].mode", "showing");
consoleWrite("Track 2 should be disabled");
testExpected("video.textTracks[2].mode", "disabled");
consoleWrite("Track 3 should be disabled");
Modified: trunk/LayoutTests/platform/mac/TestExpectations (138321 => 138322)
--- trunk/LayoutTests/platform/mac/TestExpectations 2012-12-21 00:29:17 UTC (rev 138321)
+++ trunk/LayoutTests/platform/mac/TestExpectations 2012-12-21 00:44:11 UTC (rev 138322)
@@ -1260,7 +1260,6 @@
webkit.org/b/105566 media/track/track-webvtt-tc006-cue-identifiers.html [ Crash Pass ]
webkit.org/b/105580 media/track/track-prefer-captions.html [ Crash Pass ]
-webkit.org/b/105584 media/video-controls-captions-trackmenu.html [ Failure Pass ]
webkit.org/b/105567 http/tests/security/data-url-inline.css.html [ Crash Pass ]
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes