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

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

Issue 2180713002: Convert video-load* http tests to testharness.js (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix test failures 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
OLDNEW
(Empty)
1 Test that the load eventually suspends and returns to NETWORK_IDLE.
2
3 RUN(video.src = file)
4 EVENT(loadstart)
5 EVENT(suspend)
6 EXPECTED (video.networkState == '1') OK
7 END OF TEST
8
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698