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

Unified Diff: third_party/WebKit/LayoutTests/media/constructors-expected.txt

Issue 2019643002: Convert before-*, broken-* and constructors.html tests to testharness.js (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address comments Created 4 years, 7 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/constructors.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/constructors-expected.txt
diff --git a/third_party/WebKit/LayoutTests/media/constructors-expected.txt b/third_party/WebKit/LayoutTests/media/constructors-expected.txt
deleted file mode 100644
index b97480bc84e339f83a6f669208fa443519a28e92..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/media/constructors-expected.txt
+++ /dev/null
@@ -1,13 +0,0 @@
-Test that media constructors behave consistently.
-
-EXPECTED (audioJS instanceof HTMLAudioElement == 'true') OK
-EXPECTED (audioJS instanceof HTMLMediaElement == 'true') OK
-EXPECTED (audioJS instanceof HTMLVideoElement == 'false') OK
-EXPECTED (audioElem instanceof HTMLAudioElement == 'true') OK
-EXPECTED (audioElem instanceof HTMLMediaElement == 'true') OK
-EXPECTED (audioElem instanceof HTMLVideoElement == 'false') OK
-EXPECTED (videoElem instanceof HTMLVideoElement == 'true') OK
-EXPECTED (videoElem instanceof HTMLMediaElement == 'true') OK
-EXPECTED (videoElem instanceof HTMLAudioElement == 'false') OK
-END OF TEST
-
« no previous file with comments | « third_party/WebKit/LayoutTests/media/constructors.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698