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

Side by Side Diff: third_party/WebKit/LayoutTests/external/wpt/WebIDL/ecmascript-binding/es-exceptions/DOMException-constructor-expected.txt

Issue 2696083004: Do not commit: Remove testharness.js test results that are all-PASS, ignoring console output (Closed)
Patch Set: Created 3 years, 10 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 new DOMException()
3 PASS new DOMException(): own-ness
4 PASS new DOMException(null)
5 PASS new DOMException(undefined)
6 PASS new DOMException(undefined): own-ness
7 PASS new DOMException("foo")
8 FAIL new DOMException("foo"): own-ness assert_true: The message property should be own expected true got false
9 PASS new DOMException("bar", undefined)
10 PASS new DOMException("bar", "NotSupportedError")
11 FAIL new DOMException("bar", "NotSupportedError"): own-ness assert_true: The nam e property should be own expected true got false
12 PASS new DOMException("bar", "foo")
13 PASS new DOMexception("msg", "IndexSizeError")
14 PASS new DOMexception("msg", "HierarchyRequestError")
15 PASS new DOMexception("msg", "WrongDocumentError")
16 PASS new DOMexception("msg", "InvalidCharacterError")
17 PASS new DOMexception("msg", "NoModificationAllowedError")
18 PASS new DOMexception("msg", "NotFoundError")
19 PASS new DOMexception("msg", "NotSupportedError")
20 PASS new DOMexception("msg", "InUseAttributeError")
21 PASS new DOMexception("msg", "InvalidStateError")
22 PASS new DOMexception("msg", "SyntaxError")
23 PASS new DOMexception("msg", "InvalidModificationError")
24 PASS new DOMexception("msg", "NamespaceError")
25 PASS new DOMexception("msg", "InvalidAccessError")
26 PASS new DOMexception("msg", "SecurityError")
27 PASS new DOMexception("msg", "NetworkError")
28 PASS new DOMexception("msg", "AbortError")
29 PASS new DOMexception("msg", "URLMismatchError")
30 PASS new DOMexception("msg", "QuotaExceededError")
31 PASS new DOMexception("msg", "TimeoutError")
32 PASS new DOMexception("msg", "InvalidNodeTypeError")
33 PASS new DOMexception("msg", "DataCloneError")
34 PASS new DOMException("bar", "UnknownError")
35 Harness: the test ran to completion.
36
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698