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.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@195883
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2016-01-29 Michael Catanzaro <mcatanzaro@igalia.com>
+
+ [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 <ryanhaddad@apple.com>
Rebaseline fast/block/basic/016.html for ios-simulator after r195740
--- /dev/null
+
+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.
+
--- /dev/null
+
+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.
+
--- /dev/null
+
+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.
+
--- /dev/null
+
+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.
+