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 +7
-26
lines changed Expand file tree Collapse file tree 2 files changed +7
-26
lines changed Original file line number Diff line number Diff line change @@ -1123,10 +1123,10 @@ var tests = [
11231123 urls : [
11241124 [ 'w3c' , 'https://www.w3.org/TR/generic-sensor/' ]
11251125 ]
1126- } ,
1127-
1126+ } ,
1127+
11281128 '<strong>Low level sensors</strong>' ,
1129-
1129+
11301130 {
11311131 id : 'low.accelerometer' ,
11321132 name : 'Accelerometer' ,
@@ -1139,10 +1139,10 @@ var tests = [
11391139 id : 'low.magnetometer' ,
11401140 name : 'Magnetometer' ,
11411141 value : 0
1142- } ,
1143-
1142+ } ,
1143+
11441144 '<strong>High level sensors</strong>' ,
1145-
1145+
11461146 {
11471147 id : 'high.linearacceleration' ,
11481148 name : 'Linear Acceleration' ,
@@ -1159,7 +1159,7 @@ var tests = [
11591159 id : 'high.ambientlight' ,
11601160 name : 'Ambient Light' ,
11611161 value : 0
1162- } ,
1162+ } ,
11631163 ]
11641164 } , {
11651165 id : 'hardware' ,
@@ -2328,13 +2328,6 @@ var tests = [
23282328 urls : [
23292329 [ 'w3c' , 'https://www.w3.org/TR/resource-hints/' ]
23302330 ]
2331- } , {
2332- id : 'prerender' ,
2333- name : '<code>link rel=prerender</code>' ,
2334- value : 1 ,
2335- urls : [
2336- [ 'w3c' , 'https://www.w3.org/TR/resource-hints/' ]
2337- ]
23382331 } , {
23392332 id : 'preload' ,
23402333 name : '<code>link rel=preload</code>' ,
Original file line number Diff line number Diff line change @@ -2161,18 +2161,6 @@ Test9 = (function () {
21612161 } ,
21622162
21632163
2164- /* link rel=prerender */
2165-
2166- function ( results ) {
2167- var link = document . createElement ( 'link' ) ;
2168-
2169- results . addItem ( {
2170- key : 'resource.prerender' ,
2171- passed : link . relList && link . relList . supports && link . relList . supports ( 'prerender' )
2172- } ) ;
2173- } ,
2174-
2175-
21762164 /* webassembly */
21772165
21782166 function ( results ) {
You can’t perform that action at this time.
0 commit comments