Title: [195883] trunk/LayoutTests
Revision
195883
Author
[email protected]
Date
2016-01-29 21:42:34 -0800 (Fri, 29 Jan 2016)

Log Message

[GTK] Add expectations for media source SourceBuffer tests

Unreviewed test gardening.

* platform/gtk/http/tests/media/media-source/SourceBuffer-abort-expected.txt: Added.
* platform/gtk/http/tests/media/media-source/SourceBuffer-abort-readyState-expected.txt: Added.
* platform/gtk/http/tests/media/media-source/SourceBuffer-abort-removed-expected.txt: Added.
* platform/gtk/http/tests/media/media-source/SourceBuffer-abort-updating-expected.txt: Added.

Modified Paths

Added Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (195882 => 195883)


--- trunk/LayoutTests/ChangeLog	2016-01-30 05:14:23 UTC (rev 195882)
+++ trunk/LayoutTests/ChangeLog	2016-01-30 05:42:34 UTC (rev 195883)
@@ -1,3 +1,14 @@
+2016-01-29  Michael Catanzaro  <[email protected]>
+
+        [GTK] Add expectations for media source SourceBuffer tests
+
+        Unreviewed test gardening.
+
+        * platform/gtk/http/tests/media/media-source/SourceBuffer-abort-expected.txt: Added.
+        * platform/gtk/http/tests/media/media-source/SourceBuffer-abort-readyState-expected.txt: Added.
+        * platform/gtk/http/tests/media/media-source/SourceBuffer-abort-removed-expected.txt: Added.
+        * platform/gtk/http/tests/media/media-source/SourceBuffer-abort-updating-expected.txt: Added.
+
 2016-01-29  Ryan Haddad  <[email protected]>
 
         Rebaseline fast/block/basic/016.html for ios-simulator after r195740

Added: trunk/LayoutTests/platform/gtk/http/tests/media/media-source/SourceBuffer-abort-expected.txt (0 => 195883)


--- trunk/LayoutTests/platform/gtk/http/tests/media/media-source/SourceBuffer-abort-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/gtk/http/tests/media/media-source/SourceBuffer-abort-expected.txt	2016-01-30 05:42:34 UTC (rev 195883)
@@ -0,0 +1,4 @@
+
+PASS SourceBuffer#abort() (video/webm; codecs="vorbis,vp8"): Check the values of appendWindowStart and appendWindowEnd. 
+PASS SourceBuffer#abort() (video/mp4): Check the values of appendWindowStart and appendWindowEnd. 
+

Added: trunk/LayoutTests/platform/gtk/http/tests/media/media-source/SourceBuffer-abort-readyState-expected.txt (0 => 195883)


--- trunk/LayoutTests/platform/gtk/http/tests/media/media-source/SourceBuffer-abort-readyState-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/gtk/http/tests/media/media-source/SourceBuffer-abort-readyState-expected.txt	2016-01-30 05:42:34 UTC (rev 195883)
@@ -0,0 +1,4 @@
+
+PASS SourceBuffer#abort() (video/webm; codecs="vorbis,vp8") : If the readyState attribute of the parent media source is not in the "open" state then throw an INVALID_STATE_ERR exception and abort these steps. 
+PASS SourceBuffer#abort() (video/mp4) : If the readyState attribute of the parent media source is not in the "open" state then throw an INVALID_STATE_ERR exception and abort these steps. 
+

Added: trunk/LayoutTests/platform/gtk/http/tests/media/media-source/SourceBuffer-abort-removed-expected.txt (0 => 195883)


--- trunk/LayoutTests/platform/gtk/http/tests/media/media-source/SourceBuffer-abort-removed-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/gtk/http/tests/media/media-source/SourceBuffer-abort-removed-expected.txt	2016-01-30 05:42:34 UTC (rev 195883)
@@ -0,0 +1,4 @@
+
+PASS SourceBuffer#abort (video/webm; codecs="vorbis,vp8") : if this object has been removed from the sourceBuffers attribute of the parent media source, then throw an INVALID_STATE_ERR exception and abort these steps. 
+PASS SourceBuffer#abort (video/mp4) : if this object has been removed from the sourceBuffers attribute of the parent media source, then throw an INVALID_STATE_ERR exception and abort these steps. 
+

Added: trunk/LayoutTests/platform/gtk/http/tests/media/media-source/SourceBuffer-abort-updating-expected.txt (0 => 195883)


--- trunk/LayoutTests/platform/gtk/http/tests/media/media-source/SourceBuffer-abort-updating-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/gtk/http/tests/media/media-source/SourceBuffer-abort-updating-expected.txt	2016-01-30 05:42:34 UTC (rev 195883)
@@ -0,0 +1,4 @@
+
+PASS SourceBuffer#abort() (video/webm; codecs="vorbis,vp8") : Check the algorithm when the updating attribute is true. 
+PASS SourceBuffer#abort() (video/mp4) : Check the algorithm when the updating attribute is true. 
+
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to