This repository was archived by the owner on Apr 11, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +1
-20
lines changed Expand file tree Collapse file tree 2 files changed +1
-20
lines changed Original file line number Diff line number Diff line change @@ -2448,7 +2448,7 @@ var tests = [
2448
2448
]
2449
2449
} ,
2450
2450
2451
- '<strong>Content and Scheme handlers</strong>' ,
2451
+ '<strong>Scheme handlers</strong>' ,
2452
2452
2453
2453
{
2454
2454
id : 'registerProtocolHandler' ,
@@ -2458,14 +2458,6 @@ var tests = [
2458
2458
[ 'w3c' , 'http://www.w3.org/TR/html5/webappapis.html#custom-handlers' ] ,
2459
2459
[ 'mdn' , '/Web-based_protocol_handlers' ]
2460
2460
]
2461
- } , {
2462
- id : 'registerContentHandler' ,
2463
- name : 'Custom content handlers' ,
2464
- value : 1 ,
2465
- urls : [
2466
- [ 'w3c' , 'http://www.w3.org/TR/html5/webappapis.html#custom-handlers' ] ,
2467
- [ 'mdn' , '/Web/API/Navigator/registerContentHandler' ]
2468
- ]
2469
2461
}
2470
2462
]
2471
2463
} , {
Original file line number Diff line number Diff line change @@ -3473,17 +3473,6 @@ Test9 = (function () {
3473
3473
} ) ;
3474
3474
} ,
3475
3475
3476
-
3477
- /* registerContentHandler */
3478
-
3479
- function ( results ) {
3480
- results . addItem ( {
3481
- key : 'offline.registerContentHandler' ,
3482
- passed : ! ! window . navigator . registerContentHandler
3483
- } ) ;
3484
- } ,
3485
-
3486
-
3487
3476
/* session storage */
3488
3477
3489
3478
function ( results ) {
You can’t perform that action at this time.
0 commit comments