@@ -210,53 +210,43 @@ const expectations = [
210
210
'errors-in-console' : {
211
211
score : 0 ,
212
212
details : {
213
- items : {
214
- length : '7 +/- 1' ,
215
- // COMPAT: In 89.0.4351.0 we observed one additional runtime error and it's origin is currently unknown
216
- // TODO: Investigate and resolve it's presence. https://github.com/GoogleChrome/lighthouse/issues/11803
217
- // {
218
- // source: 'exception',
219
- // description: 'TypeError: the given value is not a Promise',
220
- // url: 'http://localhost:10200/dobetterweb/third_party/aggressive-promise-polyfill.js',
221
- // },
222
- } ,
223
- // items: [
224
- // {
225
- // source: 'other',
226
- // description: 'Application Cache Error event: Manifest fetch failed (404) http://localhost:10200/dobetterweb/clock.appcache',
227
- // url: 'http://localhost:10200/dobetterweb/dbw_tester.html',
228
- // },
229
- // {
230
- // source: 'exception',
231
- // description: /^Error: A distinctive error\s+at http:\/\/localhost:10200\/dobetterweb\/dbw_tester.html:\d+:\d+$/,
232
- // url: 'http://localhost:10200/dobetterweb/dbw_tester.html',
233
- // },
234
- // {
235
- // source: 'network',
236
- // description: 'Failed to load resource: the server responded with a status of 404 (Not Found)',
237
- // url: 'http://localhost:10200/dobetterweb/unknown404.css?delay=200',
238
- // },
239
- // {
240
- // source: 'network',
241
- // description: 'Failed to load resource: the server responded with a status of 404 (Not Found)',
242
- // url: 'http://localhost:10200/dobetterweb/fcp-delayer.js?delay=5000',
243
- // },
244
- // {
245
- // source: 'network',
246
- // description: 'Failed to load resource: the server responded with a status of 404 (Not Found)',
247
- // url: 'http://localhost:10200/favicon.ico',
248
- // },
249
- // {
250
- // source: 'network',
251
- // description: 'Failed to load resource: the server responded with a status of 404 (Not Found)',
252
- // url: 'http://localhost:10200/dobetterweb/unknown404.css?delay=200',
253
- // },
254
- // {
255
- // source: 'console.error',
256
- // description: 'Error! Error!',
257
- // url: 'http://localhost:10200/dobetterweb/dbw_tester.html',
258
- // },
259
- // ],
213
+ items : [
214
+ {
215
+ source : 'other' ,
216
+ description : 'Application Cache Error event: Manifest fetch failed (404) http://localhost:10200/dobetterweb/clock.appcache' ,
217
+ url : 'http://localhost:10200/dobetterweb/dbw_tester.html' ,
218
+ } ,
219
+ {
220
+ source : 'exception' ,
221
+ description : / ^ E r r o r : A d i s t i n c t i v e e r r o r \s + a t h t t p : \/ \/ l o c a l h o s t : 1 0 2 0 0 \/ d o b e t t e r w e b \/ d b w _ t e s t e r .h t m l : \d + : \d + $ / ,
222
+ url : 'http://localhost:10200/dobetterweb/dbw_tester.html' ,
223
+ } ,
224
+ {
225
+ source : 'console.error' ,
226
+ description : 'Error! Error!' ,
227
+ url : 'http://localhost:10200/dobetterweb/dbw_tester.html' ,
228
+ } ,
229
+ {
230
+ source : 'network' ,
231
+ description : 'Failed to load resource: the server responded with a status of 404 (Not Found)' ,
232
+ url : 'http://localhost:10200/dobetterweb/unknown404.css?delay=200' ,
233
+ } ,
234
+ {
235
+ source : 'network' ,
236
+ description : 'Failed to load resource: the server responded with a status of 404 (Not Found)' ,
237
+ url : 'http://localhost:10200/dobetterweb/fcp-delayer.js?delay=5000' ,
238
+ } ,
239
+ {
240
+ source : 'network' ,
241
+ description : 'Failed to load resource: the server responded with a status of 404 (Not Found)' ,
242
+ url : 'http://localhost:10200/favicon.ico' ,
243
+ } ,
244
+ {
245
+ source : 'network' ,
246
+ description : 'Failed to load resource: the server responded with a status of 404 (Not Found)' ,
247
+ url : 'http://localhost:10200/dobetterweb/unknown404.css?delay=200' ,
248
+ } ,
249
+ ] ,
260
250
} ,
261
251
} ,
262
252
'is-on-https' : {
0 commit comments