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

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

Issue 2658793002: Report w3c test result count for WPT (Closed)
Patch Set: update Created 3 years, 11 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
1 This is a testharness.js-based test. 1 This is a testharness.js-based test.
2 Found 33 tests. 31 PASS 2 FAIL 0 TIMEOUT 0 NOTRUN
2 PASS new DOMException() 3 PASS new DOMException()
3 PASS new DOMException(): own-ness 4 PASS new DOMException(): own-ness
4 PASS new DOMException(null) 5 PASS new DOMException(null)
5 PASS new DOMException(undefined) 6 PASS new DOMException(undefined)
6 PASS new DOMException(undefined): own-ness 7 PASS new DOMException(undefined): own-ness
7 PASS new DOMException("foo") 8 PASS new DOMException("foo")
8 FAIL new DOMException("foo"): own-ness assert_true: The message property should be own expected true got false 9 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", undefined)
10 PASS new DOMException("bar", "NotSupportedError") 11 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 FAIL new DOMException("bar", "NotSupportedError"): own-ness assert_true: The nam e property should be own expected true got false
(...skipping 15 matching lines...) Expand all
27 PASS new DOMexception("msg", "NetworkError") 28 PASS new DOMexception("msg", "NetworkError")
28 PASS new DOMexception("msg", "AbortError") 29 PASS new DOMexception("msg", "AbortError")
29 PASS new DOMexception("msg", "URLMismatchError") 30 PASS new DOMexception("msg", "URLMismatchError")
30 PASS new DOMexception("msg", "QuotaExceededError") 31 PASS new DOMexception("msg", "QuotaExceededError")
31 PASS new DOMexception("msg", "TimeoutError") 32 PASS new DOMexception("msg", "TimeoutError")
32 PASS new DOMexception("msg", "InvalidNodeTypeError") 33 PASS new DOMexception("msg", "InvalidNodeTypeError")
33 PASS new DOMexception("msg", "DataCloneError") 34 PASS new DOMexception("msg", "DataCloneError")
34 PASS new DOMException("bar", "UnknownError") 35 PASS new DOMException("bar", "UnknownError")
35 Harness: the test ran to completion. 36 Harness: the test ran to completion.
36 37
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698