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

Unified 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, 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
« no previous file with comments | « third_party/WebKit/LayoutTests/media/video-source-none-supported.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/media/video-source-none-supported-expected.txt
diff --git a/third_party/WebKit/LayoutTests/media/video-source-none-supported-expected.txt b/third_party/WebKit/LayoutTests/media/video-source-none-supported-expected.txt
deleted file mode 100644
index 9ba009c7ce6629481f8ad13f6f9132fd89a66bf0..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/media/video-source-none-supported-expected.txt
+++ /dev/null
@@ -1,16 +0,0 @@
-1. Test that no usable <source> element leaves the media element with networkState == NETWORK_NO_SOURCE
-
-++ ERROR, src = test.mp4, type = "audio/x-chicken-face"
-EXPECTED (event.target.tagName == 'SOURCE') OK
-EXPECTED (event.target.parentNode.networkState > '1') OK
-
-++ ERROR, src = test.ogv, type = "video/x-higglety-pigglety"
-EXPECTED (event.target.tagName == 'SOURCE') OK
-EXPECTED (event.target.parentNode.networkState > '1') OK
-
-++ ERROR, src = doesnotexist.mp4, type = ""
-EXPECTED (event.target.tagName == 'SOURCE') OK
-EXPECTED (event.target.parentNode.networkState == '3') OK
-
-END OF TEST
-
« 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