This repository was archived by the owner on Apr 11, 2024. It is now read-only.
File tree 2 files changed +7
-26
lines changed
2 files changed +7
-26
lines changed Original file line number Diff line number Diff line change @@ -1123,10 +1123,10 @@ var tests = [
1123
1123
urls : [
1124
1124
[ 'w3c' , 'https://www.w3.org/TR/generic-sensor/' ]
1125
1125
]
1126
- } ,
1127
-
1126
+ } ,
1127
+
1128
1128
'<strong>Low level sensors</strong>' ,
1129
-
1129
+
1130
1130
{
1131
1131
id : 'low.accelerometer' ,
1132
1132
name : 'Accelerometer' ,
@@ -1139,10 +1139,10 @@ var tests = [
1139
1139
id : 'low.magnetometer' ,
1140
1140
name : 'Magnetometer' ,
1141
1141
value : 0
1142
- } ,
1143
-
1142
+ } ,
1143
+
1144
1144
'<strong>High level sensors</strong>' ,
1145
-
1145
+
1146
1146
{
1147
1147
id : 'high.linearacceleration' ,
1148
1148
name : 'Linear Acceleration' ,
@@ -1159,7 +1159,7 @@ var tests = [
1159
1159
id : 'high.ambientlight' ,
1160
1160
name : 'Ambient Light' ,
1161
1161
value : 0
1162
- } ,
1162
+ } ,
1163
1163
]
1164
1164
} , {
1165
1165
id : 'hardware' ,
@@ -2328,13 +2328,6 @@ var tests = [
2328
2328
urls : [
2329
2329
[ 'w3c' , 'https://www.w3.org/TR/resource-hints/' ]
2330
2330
]
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
- ]
2338
2331
} , {
2339
2332
id : 'preload' ,
2340
2333
name : '<code>link rel=preload</code>' ,
Original file line number Diff line number Diff line change @@ -2161,18 +2161,6 @@ Test9 = (function () {
2161
2161
} ,
2162
2162
2163
2163
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
-
2176
2164
/* webassembly */
2177
2165
2178
2166
function ( results ) {
You can’t perform that action at this time.
0 commit comments