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

Side by Side Diff: third_party/WebKit/LayoutTests/media/video-source-none-supported-expected.txt

Issue 2117513003: Convert video-source* tests to testharness.js (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
« no previous file with comments | « third_party/WebKit/LayoutTests/media/video-source-none-supported.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 1. Test that no usable <source> element leaves the media element with networkSta te == NETWORK_NO_SOURCE
2
3 ++ ERROR, src = test.mp4, type = "audio/x-chicken-face"
4 EXPECTED (event.target.tagName == 'SOURCE') OK
5 EXPECTED (event.target.parentNode.networkState > '1') OK
6
7 ++ ERROR, src = test.ogv, type = "video/x-higglety-pigglety"
8 EXPECTED (event.target.tagName == 'SOURCE') OK
9 EXPECTED (event.target.parentNode.networkState > '1') OK
10
11 ++ ERROR, src = doesnotexist.mp4, type = ""
12 EXPECTED (event.target.tagName == 'SOURCE') OK
13 EXPECTED (event.target.parentNode.networkState == '3') OK
14
15 END OF TEST
16
OLDNEW
« no previous file with comments | « third_party/WebKit/LayoutTests/media/video-source-none-supported.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698