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

Unified Diff: LayoutTests/media/context-menu-actions-expected.txt

Issue 18951003: Skip or delete a bunch of timing out tests. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: delete a few more tests 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
« no previous file with comments | « LayoutTests/media/context-menu-actions.html ('k') | LayoutTests/perf/adding-radio-buttons.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/media/context-menu-actions-expected.txt
diff --git a/LayoutTests/media/context-menu-actions-expected.txt b/LayoutTests/media/context-menu-actions-expected.txt
deleted file mode 100644
index 6918f3de08a00fffc40282004762dd723c6d68c4..0000000000000000000000000000000000000000
--- a/LayoutTests/media/context-menu-actions-expected.txt
+++ /dev/null
@@ -1,26 +0,0 @@
-Test the various actions available in the HTML5 media element context-menu.
-
-RUN(video.src = 'content/test.mp4')
-EVENT(play)
-EXPECTED (video.paused == 'false') OK
-Toggling play state
-EXPECTED (video.paused == 'true') OK
-
-EXPECTED (video.muted == 'false') OK
-Toggling mute state
-EXPECTED (video.muted == 'true') OK
-
-EXPECTED (video.controls == 'true') OK
-Toggling media controls
-EXPECTED (video.controls == 'false') OK
-
-EXPECTED (video.loop == 'false') OK
-Toggling loop state
-EXPECTED (video.loop == 'true') OK
-
-EXPECTED (video.webkitDisplayingFullscreen == 'false') OK
-Toggling fullscreen state
-EXPECTED (video.webkitDisplayingFullscreen == 'true') OK
-
-END OF TEST
-
« no previous file with comments | « LayoutTests/media/context-menu-actions.html ('k') | LayoutTests/perf/adding-radio-buttons.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698