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

Side by Side Diff: third_party/WebKit/LayoutTests/imported/wpt/html/semantics/embedded-content/the-audio-element/audio_constructor-expected.txt

Issue 2322083002: Import wpt@e1ad3cc6894b20da0a5d7dddf431c9e7848d0544 (Closed)
Patch Set: Add mac exception and rebase Created 4 years, 3 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 unified diff | Download patch
OLDNEW
(Empty)
1 This is a testharness.js-based test.
2 PASS Audio constructor
3 FAIL No arguments, without new Failed to construct 'Audio': Please use the 'new' operator, this DOM object constructor cannot be called as a function.
4 PASS No arguments, with new
5 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.
6 PASS Empty string argument, with new
7 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 functi on.
8 PASS Non-empty string argument, with new
9 FAIL Null argument, without new Failed to construct 'Audio': Please use the 'new ' operator, this DOM object constructor cannot be called as a function.
10 PASS Null argument, with new
11 FAIL Undefined argument, without new Failed to construct 'Audio': Please use the 'new' operator, this DOM object constructor cannot be called as a function.
12 PASS Undefined argument, with new
13 FAIL Extra argument, without new Failed to construct 'Audio': Please use the 'ne w' operator, this DOM object constructor cannot be called as a function.
14 PASS Extra argument, with new
15 PASS Calling HTMLAudioElement should throw
16 PASS Constructing HTMLAudioElement should throw
17 Harness: the test ran to completion.
18
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698