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 27b7fbb commit c7e8242Copy full SHA for c7e8242
webapp/components/interop-data.js
@@ -1449,7 +1449,9 @@ export const interopData = {
1449
{
1450
'name': 'Accessibility testing',
1451
'url': 'https://github.com/web-platform-tests/interop-accessibility',
1452
- 'scores_over_time': []
+ 'scores_over_time': [
1453
+ { 'date': '2025-08-05', 'score': 300 }
1454
+ ]
1455
},
1456
1457
'name': 'Gamepad API testing',
webapp/static/interop-data.json
@@ -1422,7 +1422,9 @@
1422
1423
"name": "Accessibility testing",
1424
"url": "https://github.com/web-platform-tests/interop-accessibility",
1425
- "scores_over_time": []
+ "scores_over_time": [
1426
+ { "date": "2025-08-05", "score": 300 }
1427
1428
1429
1430
"name": "Gamepad API testing",
0 commit comments