OLD | NEW |
1 This is a testharness.js-based test. | 1 This is a testharness.js-based test. |
2 PASS Registering normal scope | 2 PASS Registering normal scope |
3 PASS Registering scope with fragment | 3 PASS Registering scope with fragment |
4 PASS Registering same scope as the script directory | 4 PASS Registering same scope as the script directory |
5 PASS Registering same scope as the script directory without the last slash | 5 FAIL Registering same scope as the script directory without the last slash Test
bug: need to pass exception to assert_throws() |
6 PASS Registration scope outside the script directory | 6 FAIL Registration scope outside the script directory Test bug: need to pass exce
ption to assert_throws() |
7 PASS Registering scope outside domain | 7 FAIL Registering scope outside domain Test bug: need to pass exception to assert
_throws() |
8 PASS Registering script outside domain | 8 FAIL Registering script outside domain Test bug: need to pass exception to asser
t_throws() |
9 PASS Registering non-existent script | 9 FAIL Registering non-existent script Test bug: need to pass exception to assert_
throws() |
10 PASS Registering invalid chunked encoding script | 10 FAIL Registering invalid chunked encoding script Test bug: need to pass exceptio
n to assert_throws() |
11 PASS Registering invalid chunked encoding script with flush | 11 FAIL Registering invalid chunked encoding script with flush Test bug: need to pa
ss exception to assert_throws() |
12 PASS Registering script with no MIME type | 12 FAIL Registering script with no MIME type Test bug: need to pass exception to as
sert_throws() |
13 PASS Registering script with bad MIME type | 13 FAIL Registering script with bad MIME type Test bug: need to pass exception to a
ssert_throws() |
14 FAIL Registering script with good MIME type application/ecmascript promise_test:
Unhandled rejection with value: object "[object Event]" | 14 FAIL Registering script with good MIME type application/ecmascript promise_test:
Unhandled rejection with value: object "[object Event]" |
15 PASS Registering script that imports script with good MIME type application/ecma
script | 15 PASS Registering script that imports script with good MIME type application/ecma
script |
16 PASS Registering script with good MIME type application/javascript | 16 PASS Registering script with good MIME type application/javascript |
17 PASS Registering script that imports script with good MIME type application/java
script | 17 PASS Registering script that imports script with good MIME type application/java
script |
18 FAIL Registering script with good MIME type application/x-ecmascript promise_tes
t: Unhandled rejection with value: object "[object Event]" | 18 FAIL Registering script with good MIME type application/x-ecmascript promise_tes
t: Unhandled rejection with value: object "[object Event]" |
19 PASS Registering script that imports script with good MIME type application/x-ec
mascript | 19 PASS Registering script that imports script with good MIME type application/x-ec
mascript |
20 PASS Registering script with good MIME type application/x-javascript | 20 PASS Registering script with good MIME type application/x-javascript |
21 PASS Registering script that imports script with good MIME type application/x-ja
vascript | 21 PASS Registering script that imports script with good MIME type application/x-ja
vascript |
22 FAIL Registering script with good MIME type text/ecmascript promise_test: Unhand
led rejection with value: object "[object Event]" | 22 FAIL Registering script with good MIME type text/ecmascript promise_test: Unhand
led rejection with value: object "[object Event]" |
23 PASS Registering script that imports script with good MIME type text/ecmascript | 23 PASS Registering script that imports script with good MIME type text/ecmascript |
(...skipping 14 matching lines...) Expand all Loading... |
38 FAIL Registering script with good MIME type text/jscript promise_test: Unhandled
rejection with value: object "[object Event]" | 38 FAIL Registering script with good MIME type text/jscript promise_test: Unhandled
rejection with value: object "[object Event]" |
39 PASS Registering script that imports script with good MIME type text/jscript | 39 PASS Registering script that imports script with good MIME type text/jscript |
40 FAIL Registering script with good MIME type text/livescript promise_test: Unhand
led rejection with value: object "[object Event]" | 40 FAIL Registering script with good MIME type text/livescript promise_test: Unhand
led rejection with value: object "[object Event]" |
41 PASS Registering script that imports script with good MIME type text/livescript | 41 PASS Registering script that imports script with good MIME type text/livescript |
42 FAIL Registering script with good MIME type text/x-ecmascript promise_test: Unha
ndled rejection with value: object "[object Event]" | 42 FAIL Registering script with good MIME type text/x-ecmascript promise_test: Unha
ndled rejection with value: object "[object Event]" |
43 PASS Registering script that imports script with good MIME type text/x-ecmascrip
t | 43 PASS Registering script that imports script with good MIME type text/x-ecmascrip
t |
44 FAIL Registering script with good MIME type text/x-javascript promise_test: Unha
ndled rejection with value: object "[object Event]" | 44 FAIL Registering script with good MIME type text/x-javascript promise_test: Unha
ndled rejection with value: object "[object Event]" |
45 PASS Registering script that imports script with good MIME type text/x-javascrip
t | 45 PASS Registering script that imports script with good MIME type text/x-javascrip
t |
46 FAIL Registering script that imports script with no MIME type assert_unreached:
Should have rejected: Registration of no MIME type imported script should fail.
Reached unreachable code | 46 FAIL Registering script that imports script with no MIME type assert_unreached:
Should have rejected: Registration of no MIME type imported script should fail.
Reached unreachable code |
47 FAIL Registering script that imports script with bad MIME type assert_unreached:
Should have rejected: Registration of plain text imported script should fail. R
eached unreachable code | 47 FAIL Registering script that imports script with bad MIME type assert_unreached:
Should have rejected: Registration of plain text imported script should fail. R
eached unreachable code |
48 PASS Registering redirected script | 48 FAIL Registering redirected script Test bug: need to pass exception to assert_th
rows() |
49 PASS Registering script including parse error | 49 FAIL Registering script including parse error Test bug: need to pass exception t
o assert_throws() |
50 PASS Registering script including undefined error | 50 FAIL Registering script including undefined error Test bug: need to pass excepti
on to assert_throws() |
51 PASS Registering script including uncaught exception | 51 FAIL Registering script including uncaught exception Test bug: need to pass exce
ption to assert_throws() |
52 PASS Registering script including caught exception | 52 PASS Registering script including caught exception |
53 PASS Registering script importing malformed script | 53 FAIL Registering script importing malformed script Test bug: need to pass except
ion to assert_throws() |
54 PASS Registering script importing non-existent script | 54 FAIL Registering script importing non-existent script Test bug: need to pass exc
eption to assert_throws() |
55 PASS Scope including URL-encoded multibyte characters | 55 PASS Scope including URL-encoded multibyte characters |
56 PASS Scope including non-escaped multibyte characters | 56 PASS Scope including non-escaped multibyte characters |
57 PASS Script URL including URL-encoded slash | 57 FAIL Script URL including URL-encoded slash Test bug: need to pass exception to
assert_throws() |
58 PASS Script URL including uppercase URL-encoded slash | 58 FAIL Script URL including uppercase URL-encoded slash Test bug: need to pass exc
eption to assert_throws() |
59 PASS Scope including URL-encoded slash | 59 FAIL Scope including URL-encoded slash Test bug: need to pass exception to asser
t_throws() |
60 PASS Script URL including URL-encoded backslash | 60 FAIL Script URL including URL-encoded backslash Test bug: need to pass exception
to assert_throws() |
61 PASS Script URL including uppercase URL-encoded backslash | 61 FAIL Script URL including uppercase URL-encoded backslash Test bug: need to pass
exception to assert_throws() |
62 PASS Scope including URL-encoded backslash | 62 FAIL Scope including URL-encoded backslash Test bug: need to pass exception to a
ssert_throws() |
63 PASS Script URL including self-reference | 63 PASS Script URL including self-reference |
64 PASS Scope including self-reference | 64 PASS Scope including self-reference |
65 PASS Script URL including parent-reference | 65 PASS Script URL including parent-reference |
66 PASS Scope including parent-reference | 66 PASS Scope including parent-reference |
67 PASS Scope including parent-reference and not under the script directory | 67 FAIL Scope including parent-reference and not under the script directory Test bu
g: need to pass exception to assert_throws() |
68 PASS Script URL including consecutive slashes | 68 FAIL Script URL including consecutive slashes Test bug: need to pass exception t
o assert_throws() |
69 PASS Scope including consecutive slashes | 69 PASS Scope including consecutive slashes |
70 PASS Script URL is same-origin filesystem: URL | 70 FAIL Script URL is same-origin filesystem: URL Test bug: need to pass exception
to assert_throws() |
71 PASS Scope URL is same-origin filesystem: URL | 71 FAIL Scope URL is same-origin filesystem: URL Test bug: need to pass exception t
o assert_throws() |
72 Harness: the test ran to completion. | 72 Harness: the test ran to completion. |
73 | 73 |
OLD | NEW |