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

Unified 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, 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/media/video-src-remove-expected.txt
diff --git a/third_party/WebKit/LayoutTests/media/video-src-remove-expected.txt b/third_party/WebKit/LayoutTests/media/video-src-remove-expected.txt
deleted file mode 100644
index f5e911dafacec253896a6bb239ab7e866a85b8e7..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/media/video-src-remove-expected.txt
+++ /dev/null
@@ -1,12 +0,0 @@
-
-EVENT(loadedmetadata)
-EXPECTED (stripExtension(relativeURL(video.currentSrc)) == 'content/test') OK
-EXPECTED (isNaN(video.duration) == 'false') OK
-
-RUN(video.removeAttribute('src'))
-
-EXPECTED (stripExtension(relativeURL(video.currentSrc)) == 'content/test') OK
-EXPECTED (isNaN(video.duration) == 'false') OK
-
-END OF TEST
-Test that removing valid 'src' attribute DOES NOT trigger load of <source> elements
« 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