Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(313)

Unified Diff: LayoutTests/http/tests/media/media-source/mediasource-appendwindow-expected.txt

Issue 14876007: Add Blink side support for SourceBuffer.appendWindowStart & SourceBuffer.appendWindowEnd. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: throw DOMException for set appendwindow error Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: LayoutTests/http/tests/media/media-source/mediasource-appendwindow-expected.txt
diff --git a/LayoutTests/http/tests/media/media-source/mediasource-appendwindow-expected.txt b/LayoutTests/http/tests/media/media-source/mediasource-appendwindow-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..dffe01c44a639359dcd2fa419a95e1ae8900d938
--- /dev/null
+++ b/LayoutTests/http/tests/media/media-source/mediasource-appendwindow-expected.txt
@@ -0,0 +1,7 @@
+
+PASS Test correctly reset appendWindowStart and appendWindowEnd values
+PASS Test set wrong values to appendWindowStart and appendWindowEnd.
+PASS Test appendwindow throw error when mediasource object is not associated with an sourebuffer.
+PASS Test set appendWindowStart and appendWindowEnd when source buffer updating.
+PASS Test appendWindowStart and appendWindowEnd value if sourceBuffer.abort().
+

Powered by Google App Engine
This is Rietveld 408576698