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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/media/media-source/stream_memory_tests/README.txt

Issue 2195933002: Added virtual test suite with 1MB MSE buffers (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mse-buffers
Patch Set: Use GetSubType for building manifest URL Created 4 years, 4 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: third_party/WebKit/LayoutTests/http/tests/media/media-source/stream_memory_tests/README.txt
diff --git a/third_party/WebKit/LayoutTests/http/tests/media/media-source/stream_memory_tests/README.txt b/third_party/WebKit/LayoutTests/http/tests/media/media-source/stream_memory_tests/README.txt
new file mode 100644
index 0000000000000000000000000000000000000000..4fbc3b7f4b45ee95d902b35b70ff019f9fb281a2
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/http/tests/media/media-source/stream_memory_tests/README.txt
@@ -0,0 +1,6 @@
+The *-default-buffers.html tests in this directory are run with the default MSE
+buffer sizes (150MB for video, 12MB for audio).
+The *-1mb-buffers.html tests are run in a separate virtual test suite with
+--mse-audio-buffer-size-limit=1048576 and --mse-video-buffer-size-limit=1048576
+command-line switches and thus with 1MB MSE buffer sizes for both audio and
+video. See LayoutTests/TestExpectations and LayoutTests/VirtualTestSuites.

Powered by Google App Engine
This is Rietveld 408576698