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

Side by Side Diff: third_party/WebKit/LayoutTests/media/media-load-event-expected.txt

Issue 2043473002: Convert media-ended*, media-extension* and media-load* tests to testharness.js (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 unified diff | Download patch
« no previous file with comments | « third_party/WebKit/LayoutTests/media/media-load-event.html ('k') | no next file » | 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 that media file is not reloaded when an element is inserted into the DOM.
2
3 RUN(mediaElement = document.createElement('audio'))
4 RUN(mediaElement.src = 'content/test.wav')
5 RUN(mediaElement.load())
6
7 EVENT(loadstart)
8 EVENT(durationchange)
9 EVENT(loadeddata)
10 EVENT(canplaythrough)
11
12 RUN(document.getElementById('parent').appendChild(mediaElement))
13 RUN(mediaElement.play())
14
15 EVENT(canplaythrough)
16 EVENT(play)
17 EVENT(playing)
18
19 END OF TEST
20
OLDNEW
« no previous file with comments | « third_party/WebKit/LayoutTests/media/media-load-event.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698