protocol.https.html.ini (23599B)
1 [protocol.https.html] 2 [the unregisterProtocolHandler method should exist on the navigator object] 3 expected: FAIL 4 5 [unregisterProtocolHandler: Valid URL "%s" should work.] 6 expected: FAIL 7 8 [unregisterProtocolHandler: Valid URL "https://web-platform.test:8443/html/webappapis/system-state-and-capabilities/the-navigator-object/protocol.https.html/%s" should work.] 9 expected: FAIL 10 11 [unregisterProtocolHandler: Valid URL "https://web-platform.test:8443/html/webappapis/system-state-and-capabilities/the-navigator-object/protocol.https.html#%s" should work.] 12 expected: FAIL 13 14 [unregisterProtocolHandler: Valid URL "https://web-platform.test:8443/html/webappapis/system-state-and-capabilities/the-navigator-object/protocol.https.html?foo=%s" should work.] 15 expected: FAIL 16 17 [unregisterProtocolHandler: Valid URL "https://web-platform.test:8443/html/webappapis/system-state-and-capabilities/the-navigator-object/protocol.https.html?foo=%s&bar" should work.] 18 expected: FAIL 19 20 [unregisterProtocolHandler: Valid URL "https://web-platform.test:8443/html/webappapis/system-state-and-capabilities/the-navigator-object/protocol.https.html/%s/bar/baz/" should work.] 21 expected: FAIL 22 23 [unregisterProtocolHandler: Valid URL "https://web-platform.test:8443/html/webappapis/system-state-and-capabilities/the-navigator-object/protocol.https.html/%s/bar/baz/?foo=1337&bar#baz" should work.] 24 expected: FAIL 25 26 [unregisterProtocolHandler: Valid URL "https://web-platform.test:8443/html/webappapis/system-state-and-capabilities/the-navigator-object/protocol.https.html/%s/foo/%s/" should work.] 27 expected: FAIL 28 29 [unregisterProtocolHandler: Invalid URL "http://example.com/%s" should throw SECURITY_ERR.] 30 expected: FAIL 31 32 [unregisterProtocolHandler: Invalid URL "https://example.com/%s" should throw SECURITY_ERR.] 33 expected: FAIL 34 35 [unregisterProtocolHandler: Invalid URL "http://foobar.example.com/%s" should throw SECURITY_ERR.] 36 expected: FAIL 37 38 [unregisterProtocolHandler: Invalid URL "mailto:%s@example.com" should throw SECURITY_ERR.] 39 expected: FAIL 40 41 [unregisterProtocolHandler: Invalid URL "mailto:%s" should throw SECURITY_ERR.] 42 expected: FAIL 43 44 [unregisterProtocolHandler: Attempting to override the "about" protocol should throw SECURITY_ERR.] 45 expected: FAIL 46 47 [unregisterProtocolHandler: Attempting to override the "attachment" protocol should throw SECURITY_ERR.] 48 expected: FAIL 49 50 [unregisterProtocolHandler: Attempting to override the "blob" protocol should throw SECURITY_ERR.] 51 expected: FAIL 52 53 [unregisterProtocolHandler: Attempting to override the "chrome" protocol should throw SECURITY_ERR.] 54 expected: FAIL 55 56 [unregisterProtocolHandler: Attempting to override the "cid" protocol should throw SECURITY_ERR.] 57 expected: FAIL 58 59 [unregisterProtocolHandler: Attempting to override the "data" protocol should throw SECURITY_ERR.] 60 expected: FAIL 61 62 [unregisterProtocolHandler: Attempting to override the "file" protocol should throw SECURITY_ERR.] 63 expected: FAIL 64 65 [unregisterProtocolHandler: Attempting to override the "http" protocol should throw SECURITY_ERR.] 66 expected: FAIL 67 68 [unregisterProtocolHandler: Attempting to override the "https" protocol should throw SECURITY_ERR.] 69 expected: FAIL 70 71 [unregisterProtocolHandler: Attempting to override the "javascript" protocol should throw SECURITY_ERR.] 72 expected: FAIL 73 74 [unregisterProtocolHandler: Attempting to override the "livescript" protocol should throw SECURITY_ERR.] 75 expected: FAIL 76 77 [unregisterProtocolHandler: Attempting to override the "mid" protocol should throw SECURITY_ERR.] 78 expected: FAIL 79 80 [unregisterProtocolHandler: Attempting to override the "mocha" protocol should throw SECURITY_ERR.] 81 expected: FAIL 82 83 [unregisterProtocolHandler: Attempting to override the "opera" protocol should throw SECURITY_ERR.] 84 expected: FAIL 85 86 [unregisterProtocolHandler: Attempting to override the "operamail" protocol should throw SECURITY_ERR.] 87 expected: FAIL 88 89 [unregisterProtocolHandler: Attempting to override the "res" protocol should throw SECURITY_ERR.] 90 expected: FAIL 91 92 [unregisterProtocolHandler: Attempting to override the "resource" protocol should throw SECURITY_ERR.] 93 expected: FAIL 94 95 [unregisterProtocolHandler: Attempting to override the "shttp" protocol should throw SECURITY_ERR.] 96 expected: FAIL 97 98 [unregisterProtocolHandler: Attempting to override the "tcl" protocol should throw SECURITY_ERR.] 99 expected: FAIL 100 101 [unregisterProtocolHandler: Attempting to override the "vbscript" protocol should throw SECURITY_ERR.] 102 expected: FAIL 103 104 [unregisterProtocolHandler: Attempting to override the "view-source" protocol should throw SECURITY_ERR.] 105 expected: FAIL 106 107 [unregisterProtocolHandler: Attempting to override the "ws" protocol should throw SECURITY_ERR.] 108 expected: FAIL 109 110 [unregisterProtocolHandler: Attempting to override the "wss" protocol should throw SECURITY_ERR.] 111 expected: FAIL 112 113 [unregisterProtocolHandler: Attempting to override the "unrecognized" protocol should throw SECURITY_ERR.] 114 expected: FAIL 115 116 [unregisterProtocolHandler: Attempting to override the "mаilto" protocol should throw SECURITY_ERR.] 117 expected: FAIL 118 119 [unregisterProtocolHandler: Attempting to override the "mailto:" protocol should throw SECURITY_ERR.] 120 expected: FAIL 121 122 [unregisterProtocolHandler: Attempting to override the "mailto://" protocol should throw SECURITY_ERR.] 123 expected: FAIL 124 125 [unregisterProtocolHandler: Attempting to override the "mailtoo\x08" protocol should throw SECURITY_ERR.] 126 expected: FAIL 127 128 [unregisterProtocolHandler: Attempting to override the "mailto\n" protocol should throw SECURITY_ERR.] 129 expected: FAIL 130 131 [unregisterProtocolHandler: Attempting to override the "http://" protocol should throw SECURITY_ERR.] 132 expected: FAIL 133 134 [unregisterProtocolHandler: Attempting to override the "ssh:/" protocol should throw SECURITY_ERR.] 135 expected: FAIL 136 137 [unregisterProtocolHandler: Attempting to override the "magnet:+" protocol should throw SECURITY_ERR.] 138 expected: FAIL 139 140 [unregisterProtocolHandler: Attempting to override the "tel:sip" protocol should throw SECURITY_ERR.] 141 expected: FAIL 142 143 [unregisterProtocolHandler: Attempting to override the "web+" protocol should throw SECURITY_ERR.] 144 expected: FAIL 145 146 [unregisterProtocolHandler: overriding the "bitcoin" protocol should work] 147 expected: FAIL 148 149 [unregisterProtocolHandler: overriding the "geo" protocol should work] 150 expected: FAIL 151 152 [unregisterProtocolHandler: overriding the "im" protocol should work] 153 expected: FAIL 154 155 [unregisterProtocolHandler: overriding the "irc" protocol should work] 156 expected: FAIL 157 158 [unregisterProtocolHandler: overriding the "ircs" protocol should work] 159 expected: FAIL 160 161 [unregisterProtocolHandler: overriding the "magnet" protocol should work] 162 expected: FAIL 163 164 [unregisterProtocolHandler: overriding the "mailto" protocol should work] 165 expected: FAIL 166 167 [unregisterProtocolHandler: overriding the "mms" protocol should work] 168 expected: FAIL 169 170 [unregisterProtocolHandler: overriding the "news" protocol should work] 171 expected: FAIL 172 173 [unregisterProtocolHandler: overriding the "nntp" protocol should work] 174 expected: FAIL 175 176 [unregisterProtocolHandler: overriding the "openpgp4fpr" protocol should work] 177 expected: FAIL 178 179 [unregisterProtocolHandler: overriding the "sip" protocol should work] 180 expected: FAIL 181 182 [unregisterProtocolHandler: overriding the "sms" protocol should work] 183 expected: FAIL 184 185 [unregisterProtocolHandler: overriding the "smsto" protocol should work] 186 expected: FAIL 187 188 [unregisterProtocolHandler: overriding the "ssh" protocol should work] 189 expected: FAIL 190 191 [unregisterProtocolHandler: overriding the "tel" protocol should work] 192 expected: FAIL 193 194 [unregisterProtocolHandler: overriding the "urn" protocol should work] 195 expected: FAIL 196 197 [unregisterProtocolHandler: overriding the "webcal" protocol should work] 198 expected: FAIL 199 200 [unregisterProtocolHandler: overriding the "wtai" protocol should work] 201 expected: FAIL 202 203 [unregisterProtocolHandler: overriding the "xmpp" protocol should work] 204 expected: FAIL 205 206 [unregisterProtocolHandler: overriding the "BitcoIn" protocol should work] 207 expected: FAIL 208 209 [unregisterProtocolHandler: overriding the "Irc" protocol should work] 210 expected: FAIL 211 212 [unregisterProtocolHandler: overriding the "MagneT" protocol should work] 213 expected: FAIL 214 215 [unregisterProtocolHandler: overriding the "SmsTo" protocol should work] 216 expected: FAIL 217 218 [unregisterProtocolHandler: overriding the "TEL" protocol should work] 219 expected: FAIL 220 221 [unregisterProtocolHandler: overriding the "teL" protocol should work] 222 expected: FAIL 223 224 [unregisterProtocolHandler: overriding the "WebCAL" protocol should work] 225 expected: FAIL 226 227 [unregisterProtocolHandler: overriding the "WTAI" protocol should work] 228 expected: FAIL 229 230 [unregisterProtocolHandler: overriding the "web+myprotocol" protocol should work] 231 expected: FAIL 232 233 [unregisterProtocolHandler: Attempting to override the "mаilto" protocol should throw SECURITY_ERR.] 234 expected: FAIL 235 236 [unregisterProtocolHandler: Attempting to override the "mailto\x00" protocol should throw SECURITY_ERR.] 237 expected: FAIL 238 239 [unregisterProtocolHandler: Valid URL "foo/%s" should work.] 240 expected: FAIL 241 242 [unregisterProtocolHandler: Invalid URL "chrome://web-platform.test:8443/%s" should throw SECURITY_ERR.] 243 expected: FAIL 244 245 [unregisterProtocolHandler: Invalid URL "foo://web-platform.test:8443/%s" should throw SECURITY_ERR.] 246 expected: FAIL 247 248 [unregisterProtocolHandler: Attempting to override the "moz-icon" protocol should throw SECURITY_ERR.] 249 expected: FAIL 250 251 [unregisterProtocolHandler: Attempting to override the "wyciwyg" protocol should throw SECURITY_ERR.] 252 expected: FAIL 253 254 [unregisterProtocolHandler: Attempting to override the "foo" protocol should throw SECURITY_ERR.] 255 expected: FAIL 256 257 [unregisterProtocolHandler: Attempting to override the "fweb+oo" protocol should throw SECURITY_ERR.] 258 expected: FAIL 259 260 [unregisterProtocolHandler: Attempting to override the "web+1" protocol should throw SECURITY_ERR.] 261 expected: FAIL 262 263 [unregisterProtocolHandler: Attempting to override the "web+dots.are.forbidden" protocol should throw SECURITY_ERR.] 264 expected: FAIL 265 266 [unregisterProtocolHandler: Attempting to override the "web+dashes-are-forbidden" protocol should throw SECURITY_ERR.] 267 expected: FAIL 268 269 [unregisterProtocolHandler: Attempting to override the "web+digits123areforbidden" protocol should throw SECURITY_ERR.] 270 expected: FAIL 271 272 [unregisterProtocolHandler: overriding the "WEB+seeabove" protocol should work] 273 expected: FAIL 274 275 [registerProtocolHandler: Attempting to override the "web+" protocol should throw SECURITY_ERR.] 276 expected: FAIL 277 278 [registerProtocolHandler: Attempting to override the "chrome" protocol should throw SECURITY_ERR.] 279 expected: FAIL 280 281 [registerProtocolHandler: Invalid URL "https://web-platform.test:8443/html/webappapis/system-state-and-capabilities/the-navigator-object/protocol.https.html/%a" should throw (but after scheme)] 282 expected: FAIL 283 284 [registerProtocolHandler: Attempting to override the "ssh:/" protocol should throw SECURITY_ERR.] 285 expected: FAIL 286 287 [registerProtocolHandler: Invalid URL "http://[v8.:::\]//url=%s" should throw (but after scheme)] 288 expected: FAIL 289 290 [registerProtocolHandler: Attempting to override the "http" protocol should throw SECURITY_ERR.] 291 expected: FAIL 292 293 [unregisterProtocolHandler: Invalid URL "https://web-platform.test:8443/html/webappapis/system-state-and-capabilities/the-navigator-object/protocol.https.html/%" should throw (but after scheme)] 294 expected: FAIL 295 296 [registerProtocolHandler: Invalid URL "https://test:test/" should throw (but after scheme)] 297 expected: FAIL 298 299 [registerProtocolHandler: Attempting to override the "mailto\x00" protocol should throw SECURITY_ERR.] 300 expected: FAIL 301 302 [registerProtocolHandler: Attempting to override the "fweb+oo" protocol should throw SECURITY_ERR.] 303 expected: FAIL 304 305 [registerProtocolHandler: Attempting to override the "mаilto" protocol should throw SECURITY_ERR.] 306 expected: FAIL 307 308 [registerProtocolHandler: Attempting to override the "mocha" protocol should throw SECURITY_ERR.] 309 expected: FAIL 310 311 [registerProtocolHandler: Attempting to override the "web+dashes-are-forbidden" protocol should throw SECURITY_ERR.] 312 expected: FAIL 313 314 [unregisterProtocolHandler: overriding the "WeB+SeEaBoVe" protocol should work] 315 expected: FAIL 316 317 [registerProtocolHandler: Invalid URL "http://example.com" should throw (but after scheme)] 318 expected: FAIL 319 320 [registerProtocolHandler: Attempting to override the "operamail" protocol should throw SECURITY_ERR.] 321 expected: FAIL 322 323 [registerProtocolHandler: Attempting to override the "res" protocol should throw SECURITY_ERR.] 324 expected: FAIL 325 326 [unregisterProtocolHandler: Invalid URL "https://test:test/" should throw (but after scheme)] 327 expected: FAIL 328 329 [registerProtocolHandler: Attempting to override the "data" protocol should throw SECURITY_ERR.] 330 expected: FAIL 331 332 [registerProtocolHandler: Attempting to override the "mid" protocol should throw SECURITY_ERR.] 333 expected: FAIL 334 335 [unregisterProtocolHandler: Invalid URL "%S" should throw (but after scheme)] 336 expected: FAIL 337 338 [registerProtocolHandler: Attempting to override the "tel:sip" protocol should throw SECURITY_ERR.] 339 expected: FAIL 340 341 [registerProtocolHandler: Attempting to override the "unrecognized" protocol should throw SECURITY_ERR.] 342 expected: FAIL 343 344 [unregisterProtocolHandler: Invalid URL "blob: URL" should throw SECURITY_ERR.] 345 expected: FAIL 346 347 [registerProtocolHandler: Attempting to override the "blob" protocol should throw SECURITY_ERR.] 348 expected: FAIL 349 350 [unregisterProtocolHandler: Invalid URL "" should throw (but after scheme)] 351 expected: FAIL 352 353 [registerProtocolHandler: Invalid URL "%S" should throw (but after scheme)] 354 expected: FAIL 355 356 [registerProtocolHandler: Attempting to override the "shttp" protocol should throw SECURITY_ERR.] 357 expected: FAIL 358 359 [registerProtocolHandler: Invalid URL "https://web-platform.test:8443/html/webappapis/system-state-and-capabilities/the-navigator-object/protocol.https.html/%" should throw (but after scheme)] 360 expected: FAIL 361 362 [registerProtocolHandler: Invalid URL "https://web-platform.test:8443/html/webappapis/system-state-and-capabilities/the-navigator-object/protocol.https.html" should throw (but after scheme)] 363 expected: FAIL 364 365 [unregisterProtocolHandler: Invalid URL "http://example.com" should throw (but after scheme)] 366 expected: FAIL 367 368 [registerProtocolHandler: Attempting to override the "web+dots.are.forbidden" protocol should throw SECURITY_ERR.] 369 expected: FAIL 370 371 [registerProtocolHandler: Attempting to override the "resource" protocol should throw SECURITY_ERR.] 372 expected: FAIL 373 374 [registerProtocolHandler: Invalid URL "" should throw (but after scheme)] 375 expected: FAIL 376 377 [registerProtocolHandler: Attempting to override the "wss" protocol should throw SECURITY_ERR.] 378 expected: FAIL 379 380 [registerProtocolHandler: Attempting to override the "vbscript" protocol should throw SECURITY_ERR.] 381 expected: FAIL 382 383 [unregisterProtocolHandler: Invalid URL "https://web-platform.test:8443/html/webappapis/system-state-and-capabilities/the-navigator-object/protocol.https.html/%a" should throw (but after scheme)] 384 expected: FAIL 385 386 [registerProtocolHandler: Attempting to override the "cid" protocol should throw SECURITY_ERR.] 387 expected: FAIL 388 389 [registerProtocolHandler: Attempting to override the "tcl" protocol should throw SECURITY_ERR.] 390 expected: FAIL 391 392 [registerProtocolHandler: Attempting to override the "http://" protocol should throw SECURITY_ERR.] 393 expected: FAIL 394 395 [registerProtocolHandler: Attempting to override the "ws" protocol should throw SECURITY_ERR.] 396 expected: FAIL 397 398 [registerProtocolHandler: Attempting to override the "livescript" protocol should throw SECURITY_ERR.] 399 expected: FAIL 400 401 [registerProtocolHandler: Attempting to override the "opera" protocol should throw SECURITY_ERR.] 402 expected: FAIL 403 404 [registerProtocolHandler: Attempting to override the "web+digits123areforbidden" protocol should throw SECURITY_ERR.] 405 expected: FAIL 406 407 [registerProtocolHandler: Attempting to override the "mailto://" protocol should throw SECURITY_ERR.] 408 expected: FAIL 409 410 [registerProtocolHandler: Attempting to override the "magnet:+" protocol should throw SECURITY_ERR.] 411 expected: FAIL 412 413 [unregisterProtocolHandler: Invalid URL "http://[v8.:::\]//url=%s" should throw (but after scheme)] 414 expected: FAIL 415 416 [registerProtocolHandler: Attempting to override the "javascript" protocol should throw SECURITY_ERR.] 417 expected: FAIL 418 419 [registerProtocolHandler: Attempting to override the "web+1" protocol should throw SECURITY_ERR.] 420 expected: FAIL 421 422 [registerProtocolHandler: Attempting to override the "https" protocol should throw SECURITY_ERR.] 423 expected: FAIL 424 425 [registerProtocolHandler: Attempting to override the "mailto:" protocol should throw SECURITY_ERR.] 426 expected: FAIL 427 428 [registerProtocolHandler: Attempting to override the "attachment" protocol should throw SECURITY_ERR.] 429 expected: FAIL 430 431 [registerProtocolHandler: Attempting to override the "file" protocol should throw SECURITY_ERR.] 432 expected: FAIL 433 434 [unregisterProtocolHandler: Invalid URL "https://web-platform.test:8443/html/webappapis/system-state-and-capabilities/the-navigator-object/protocol.https.html" should throw (but after scheme)] 435 expected: FAIL 436 437 [registerProtocolHandler: Attempting to override the "mailto\n" protocol should throw SECURITY_ERR.] 438 expected: FAIL 439 440 [registerProtocolHandler: Attempting to override the "mailtoo\x08" protocol should throw SECURITY_ERR.] 441 expected: FAIL 442 443 [registerProtocolHandler: Attempting to override the "about" protocol should throw SECURITY_ERR.] 444 expected: FAIL 445 446 [registerProtocolHandler: Attempting to override the "wyciwyg" protocol should throw SECURITY_ERR.] 447 expected: FAIL 448 449 [registerProtocolHandler: Attempting to override the "view-source" protocol should throw SECURITY_ERR.] 450 expected: FAIL 451 452 [unregisterProtocolHandler: overriding the "web+UpperCasedIsLowercased" protocol should work] 453 expected: FAIL 454 455 [registerProtocolHandler: Attempting to override the "moz-icon" protocol should throw SECURITY_ERR.] 456 expected: FAIL 457 458 [registerProtocolHandler: Attempting to override the "foo" protocol should throw SECURITY_ERR.] 459 expected: FAIL 460 461 [unregisterProtocolHandler: Invalid URL "http://%s.com" should throw (but after scheme)] 462 expected: FAIL 463 464 [unregisterProtocolHandler: Invalid URL "https://web-platform.test:%s8443/html/webappapis/system-state-and-capabilities/the-navigator-object/protocol.https.html" should throw (but after scheme)] 465 expected: FAIL 466 467 [registerProtocolHandler: Invalid URL "http://%s.com" should throw (but after scheme)] 468 expected: FAIL 469 470 [unregisterProtocolHandler: Valid URL "%shttps://web-platform.test:8443/html/webappapis/system-state-and-capabilities/the-navigator-object/protocol.https.html" should work.] 471 expected: FAIL 472 473 [unregisterProtocolHandler: Valid URL "https:%s//web-platform.test:8443/html/webappapis/system-state-and-capabilities/the-navigator-object/protocol.https.html" should work.] 474 expected: FAIL 475 476 [unregisterProtocolHandler: Valid URL "h%sttps://web-platform.test:8443/html/webappapis/system-state-and-capabilities/the-navigator-object/protocol.https.html" should work.] 477 expected: FAIL 478 479 [registerProtocolHandler: Invalid URL "http://%s.example.com" should throw (but after scheme)] 480 expected: FAIL 481 482 [unregisterProtocolHandler: Invalid URL "https://%sweb-platform.test:8443/html/webappapis/system-state-and-capabilities/the-navigator-object/protocol.https.html" should throw (but after scheme)] 483 expected: FAIL 484 485 [registerProtocolHandler: Invalid URL "https://web-platform.test:%s8443/html/webappapis/system-state-and-capabilities/the-navigator-object/protocol.https.html" should throw (but after scheme)] 486 expected: FAIL 487 488 [unregisterProtocolHandler: Invalid URL "http://%s.example.com" should throw (but after scheme)] 489 expected: FAIL 490 491 [registerProtocolHandler: Invalid URL "https://%sweb-platform.test:8443/html/webappapis/system-state-and-capabilities/the-navigator-object/protocol.https.html" should throw (but after scheme)] 492 expected: FAIL 493 494 [registerProtocolHandler: Attempting to override the "web+underscores_are_forbidden" protocol should throw SECURITY_ERR.] 495 expected: FAIL 496 497 [unregisterProtocolHandler: Attempting to override the "web+non*alpha*are*forbidden" protocol should throw SECURITY_ERR.] 498 expected: FAIL 499 500 [unregisterProtocolHandler: Attempting to override the "web+namewithid123" protocol should throw SECURITY_ERR.] 501 expected: FAIL 502 503 [unregisterProtocolHandler: Attempting to override the "web+namewithtrailingspace " protocol should throw SECURITY_ERR.] 504 expected: FAIL 505 506 [registerProtocolHandler: Attempting to override the "web+spaces are forbidden" protocol should throw SECURITY_ERR.] 507 expected: FAIL 508 509 [unregisterProtocolHandler: Attempting to override the "web+préfixewithaccent" protocol should throw SECURITY_ERR.] 510 expected: FAIL 511 512 [registerProtocolHandler: Attempting to override the "web+non*alpha*are*forbidden" protocol should throw SECURITY_ERR.] 513 expected: FAIL 514 515 [unregisterProtocolHandler: Attempting to override the "web+Kelvinsign" protocol should throw SECURITY_ERR.] 516 expected: FAIL 517 518 [registerProtocolHandler: Attempting to override the "web+namewithtrailingspace " protocol should throw SECURITY_ERR.] 519 expected: FAIL 520 521 [unregisterProtocolHandler: Attempting to override the "web+spaces are forbidden" protocol should throw SECURITY_ERR.] 522 expected: FAIL 523 524 [registerProtocolHandler: Attempting to override the "web+Kelvinsign" protocol should throw SECURITY_ERR.] 525 expected: FAIL 526 527 [registerProtocolHandler: Attempting to override the "web+namewithid123" protocol should throw SECURITY_ERR.] 528 expected: FAIL 529 530 [unregisterProtocolHandler: Attempting to override the "web+latinsmallletterlongſ" protocol should throw SECURITY_ERR.] 531 expected: FAIL 532 533 [registerProtocolHandler: Attempting to override the "web+préfixewithaccent" protocol should throw SECURITY_ERR.] 534 expected: FAIL 535 536 [unregisterProtocolHandler: Attempting to override the "web+underscores_are_forbidden" protocol should throw SECURITY_ERR.] 537 expected: FAIL 538 539 [unregisterProtocolHandler: overriding the "web+abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ" protocol should work] 540 expected: FAIL 541 542 [registerProtocolHandler: Attempting to override the "web+latinsmallletterlongſ" protocol should throw SECURITY_ERR.] 543 expected: FAIL 544 545 [unregisterProtocolHandler: overriding the "matrix" protocol should work] 546 expected: FAIL 547 548 [unregisterProtocolHandler: overriding the "Matrix" protocol should work] 549 expected: FAIL 550 551 [unregisterProtocolHandler: overriding the "ftp" protocol should work] 552 expected: FAIL 553 554 [unregisterProtocolHandler: overriding the "ftps" protocol should work] 555 expected: FAIL 556 557 [unregisterProtocolHandler: overriding the "sftp" protocol should work] 558 expected: FAIL