OLD | NEW |
1 Tests if ServiceWorker registration is working | |
2 | 1 |
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 2 PASS Registering normal pattern |
| 3 PASS Registering pattern outside domain |
| 4 PASS Registering script outside domain |
4 | 5 |
5 | |
6 Registering normal pattern | |
7 PASS 'DisabledError' is regError.name | |
8 Registering pattern outside domain | |
9 PASS 'SecurityError' is regError.name | |
10 Registering pattern outside domain | |
11 PASS 'SecurityError' is regError.name | |
12 PASS successfullyParsed is true | |
13 | |
14 TEST COMPLETE | |
15 | |
OLD | NEW |