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

Side by Side Diff: third_party/WebKit/LayoutTests/media/video-src-remove-expected.txt

Issue 2098213002: Convert video-src-[plus-source, remove, set, source].html tests to testharness.js (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address nits 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
OLDNEW
(Empty)
1
2 EVENT(loadedmetadata)
3 EXPECTED (stripExtension(relativeURL(video.currentSrc)) == 'content/test') OK
4 EXPECTED (isNaN(video.duration) == 'false') OK
5
6 RUN(video.removeAttribute('src'))
7
8 EXPECTED (stripExtension(relativeURL(video.currentSrc)) == 'content/test') OK
9 EXPECTED (isNaN(video.duration) == 'false') OK
10
11 END OF TEST
12 Test that removing valid 'src' attribute DOES NOT trigger load of <source> eleme nts
OLDNEW
« no previous file with comments | « third_party/WebKit/LayoutTests/media/video-src-remove.html ('k') | third_party/WebKit/LayoutTests/media/video-src-set.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698