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

Unified Diff: LayoutTests/imported/web-platform-tests/html/semantics/embedded-content/the-audio-element/audio_constructor-expected.txt

Issue 1144143009: W3C Test: Import web-platform-tests/html/semantics (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 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: LayoutTests/imported/web-platform-tests/html/semantics/embedded-content/the-audio-element/audio_constructor-expected.txt
diff --git a/LayoutTests/imported/web-platform-tests/html/semantics/embedded-content/the-audio-element/audio_constructor-expected.txt b/LayoutTests/imported/web-platform-tests/html/semantics/embedded-content/the-audio-element/audio_constructor-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..1ca7c19be620a3415f85844eb1f2e2f97123c71c
--- /dev/null
+++ b/LayoutTests/imported/web-platform-tests/html/semantics/embedded-content/the-audio-element/audio_constructor-expected.txt
@@ -0,0 +1,18 @@
+This is a testharness.js-based test.
+PASS Audio constructor
+FAIL No arguments, without new Failed to construct 'Audio': Please use the 'new' operator, this DOM object constructor cannot be called as a function.
+PASS No arguments, with new
+FAIL Empty string argument, without new Failed to construct 'Audio': Please use the 'new' operator, this DOM object constructor cannot be called as a function.
+PASS Empty string argument, with new
+FAIL Non-empty string argument, without new Failed to construct 'Audio': Please use the 'new' operator, this DOM object constructor cannot be called as a function.
+PASS Non-empty string argument, with new
+FAIL Null argument, without new Failed to construct 'Audio': Please use the 'new' operator, this DOM object constructor cannot be called as a function.
+PASS Null argument, with new
+FAIL Undefined argument, without new Failed to construct 'Audio': Please use the 'new' operator, this DOM object constructor cannot be called as a function.
+PASS Undefined argument, with new
+FAIL Extra argument, without new Failed to construct 'Audio': Please use the 'new' operator, this DOM object constructor cannot be called as a function.
+PASS Extra argument, with new
+PASS Calling HTMLAudioElement should throw
+PASS Constructing HTMLAudioElement should throw
+Harness: the test ran to completion.
+

Powered by Google App Engine
This is Rietveld 408576698