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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « LayoutTests/media/context-menu-actions.html ('k') | LayoutTests/perf/adding-radio-buttons.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 Test the various actions available in the HTML5 media element context-menu.
2
3 RUN(video.src = 'content/test.mp4')
4 EVENT(play)
5 EXPECTED (video.paused == 'false') OK
6 Toggling play state
7 EXPECTED (video.paused == 'true') OK
8
9 EXPECTED (video.muted == 'false') OK
10 Toggling mute state
11 EXPECTED (video.muted == 'true') OK
12
13 EXPECTED (video.controls == 'true') OK
14 Toggling media controls
15 EXPECTED (video.controls == 'false') OK
16
17 EXPECTED (video.loop == 'false') OK
18 Toggling loop state
19 EXPECTED (video.loop == 'true') OK
20
21 EXPECTED (video.webkitDisplayingFullscreen == 'false') OK
22 Toggling fullscreen state
23 EXPECTED (video.webkitDisplayingFullscreen == 'true') OK
24
25 END OF TEST
26
OLDNEW
« 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