We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f86e60d commit 72b0d6bCopy full SHA for 72b0d6b
lighthouse-cli/test/smokehouse/test-definitions/dobetterweb.js
@@ -306,6 +306,8 @@ const expectations = {
306
},
307
308
'deprecations': {
309
+ _maxChromiumVersion: '103.0.5017.0', // TODO: deprecation strings need to be translated
310
+ // see https://github.com/GoogleChrome/lighthouse/issues/13895
311
score: 0,
312
details: {
313
items: [
@@ -320,7 +322,6 @@ const expectations = {
320
322
321
323
324
{
- _maxChromiumVersion: '103.0.5017.0',
325
value: /Synchronous XMLHttpRequest on the main thread is deprecated/,
326
source: {
327
type: 'source-location',
0 commit comments