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

Side by Side Diff: third_party/WebKit/LayoutTests/http/tests/media/video-error-abort-expected.txt

Issue 2179483002: Convert video-cookie* and video-error* tests to testharness.js (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Use EventWatcher to simplify the test 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 unified diff | Download patch
« no previous file with comments | « third_party/WebKit/LayoutTests/http/tests/media/video-error-abort.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
2 Test before movie is open
3 EXPECTED (video.error == 'null') OK
4
5 'loadstart' event
6 EXPECTED (video.error == 'null') OK
7 RUN(video.load())
8
9 'abort' event
10 EXPECTED (video.error == 'null') OK
11 EXPECTED (event.lengthComputable == 'undefined') OK
12
13 'loadstart' event
14 EXPECTED (video.error == 'null') OK
15
16 'canplaythrough' event
17 EXPECTED (video.error == 'null') OK
18
19 END OF TEST
20
OLDNEW
« no previous file with comments | « third_party/WebKit/LayoutTests/http/tests/media/video-error-abort.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698