Title: [183473] trunk/LayoutTests
- Revision
- 183473
- Author
- [email protected]
- Date
- 2015-04-28 07:37:10 -0700 (Tue, 28 Apr 2015)
Log Message
Add expectations for tests added in r183428 and r183450.
* js/regress/typed-array-get-set-by-val-profiling-expected.txt: Added.
* media/audio-playback-restriction-autoplay-expected.txt: Added.
* media/audio-playback-restriction-play-expected.txt: Added.
Modified Paths
Added Paths
Diff
Modified: trunk/LayoutTests/ChangeLog (183472 => 183473)
--- trunk/LayoutTests/ChangeLog 2015-04-28 14:19:54 UTC (rev 183472)
+++ trunk/LayoutTests/ChangeLog 2015-04-28 14:37:10 UTC (rev 183473)
@@ -1,3 +1,11 @@
+2015-04-28 Andy Estes <[email protected]>
+
+ Add expectations for tests added in r183428 and r183450.
+
+ * js/regress/typed-array-get-set-by-val-profiling-expected.txt: Added.
+ * media/audio-playback-restriction-autoplay-expected.txt: Added.
+ * media/audio-playback-restriction-play-expected.txt: Added.
+
2015-04-28 Antti Koivisto <[email protected]>
Network Cache: Disk cache getting filled by YouTube video data
Added: trunk/LayoutTests/js/regress/typed-array-get-set-by-val-profiling-expected.txt (0 => 183473)
--- trunk/LayoutTests/js/regress/typed-array-get-set-by-val-profiling-expected.txt (rev 0)
+++ trunk/LayoutTests/js/regress/typed-array-get-set-by-val-profiling-expected.txt 2015-04-28 14:37:10 UTC (rev 183473)
@@ -0,0 +1,10 @@
+JSRegress/typed-array-get-set-by-val-profiling
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+PASS no exception thrown
+PASS successfullyParsed is true
+
+TEST COMPLETE
+
Added: trunk/LayoutTests/media/audio-playback-restriction-autoplay-expected.txt (0 => 183473)
--- trunk/LayoutTests/media/audio-playback-restriction-autoplay-expected.txt (rev 0)
+++ trunk/LayoutTests/media/audio-playback-restriction-autoplay-expected.txt 2015-04-28 14:37:10 UTC (rev 183473)
@@ -0,0 +1,10 @@
+Test that, when RequireUserGestureForAudioRateChange is set, starting playback of an audio file requires a user gesture.
+
+
+RUN(internals.setMediaElementRestrictions(video, "RequireUserGestureForAudioRateChange"))
+RUN(video.src = "" 'content/test'))
+EVENT(canplaythrough)
+RUN(setTimeout(timeout, 100))
+EXPECTED (video.paused == 'true') OK
+END OF TEST
+
Added: trunk/LayoutTests/media/audio-playback-restriction-play-expected.txt (0 => 183473)
--- trunk/LayoutTests/media/audio-playback-restriction-play-expected.txt (rev 0)
+++ trunk/LayoutTests/media/audio-playback-restriction-play-expected.txt 2015-04-28 14:37:10 UTC (rev 183473)
@@ -0,0 +1,13 @@
+Test that, when RequireUserGestureForAudioRateChange is set, starting playback of an audio file requires a user gesture.
+
+
+RUN(internals.setMediaElementRestrictions(video, "RequireUserGestureForAudioRateChange"))
+RUN(video.src = "" 'content/test'))
+EVENT(canplaythrough)
+RUN(video.play())
+EXPECTED (video.paused == 'true') OK
+Running with keyDown.
+RUN(video.play())
+EXPECTED (video.paused == 'false') OK
+END OF TEST
+
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes