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

Unified Diff: third_party/WebKit/LayoutTests/media/video-source-inserted-expected.txt

Issue 2121453003: Convert video-source-error* and video-source-inserted* tests to testharness.js (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address nit 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-inserted.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-inserted-expected.txt
diff --git a/third_party/WebKit/LayoutTests/media/video-source-inserted-expected.txt b/third_party/WebKit/LayoutTests/media/video-source-inserted-expected.txt
deleted file mode 100644
index 337b4dcbe25aecd2a2397481672eb2014f0d5ac8..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/media/video-source-inserted-expected.txt
+++ /dev/null
@@ -1,10 +0,0 @@
-Test that a <source> inserted when networkState is NETWORK_NO_SOURCE triggers resource selection, immediately changing networkState to NETWORK_NO_SOURCE.
-
-<source> inserted by the parser.
-EXPECTED (video.networkState == '3') OK
-
-<video> created with script.
-EXPECTED (video.networkState == '0') OK
-<source> inserted by script.
-EXPECTED (video.networkState == '3') OK
-
« no previous file with comments | « third_party/WebKit/LayoutTests/media/video-source-inserted.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698