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

Unified Diff: chrome/test/functional/media/media_test_env_names.py

Issue 7003131: Adding HTML5 track(caption) test case in PyAuto media functional tests. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: adding title for video and set default track file. Created 9 years, 6 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: chrome/test/functional/media/media_test_env_names.py
diff --git a/chrome/test/functional/media/media_test_env_names.py b/chrome/test/functional/media/media_test_env_names.py
index d93f0cacbadb9158db4d7ed18a54a2135d9032fb..56454a274b571adc34cfcf00a5029959df6d241e 100644
--- a/chrome/test/functional/media/media_test_env_names.py
+++ b/chrome/test/functional/media/media_test_env_names.py
@@ -25,7 +25,8 @@ class MediaTestEnvNames:
EXTRA_NICKNAME_ENV_NAME = 'EXTRA_NICKNAME'
# Define this environment variable when you do not want to report
- # the first result output. First result includes time to start up the browser.
+ # the first result output. First result includes time to start up the
+ # browser.
REMOVE_FIRST_RESULT_ENV_NAME = 'REMOVE_FIRST_RESULT'
# Add t=Data() parameter in query string to disable media cache
@@ -58,4 +59,7 @@ class MediaTestEnvNames:
REFERENCE_BUILD_ENV_NAME = 'REFERENCE_BUILD'
# Define the path to the directory that contains binaries of reference build.
- REFERENCE_BUILD_DIR_ENV_NAME = 'REFERENCE_BUILD_DIR'
+ REFERENCE_BUILD_DIR_ENV_NAME = 'REFERENCE_BUILD_DIR'
+
+ # Define track(caption) file.
+ TRACK_FILE_ENV_NAME = 'TRACK_FILE'

Powered by Google App Engine
This is Rietveld 408576698