Skip to content

Commit f05982d

Browse files
stofzcorpan
authored andcommitted
Update the score for the WebVTT investigation area
1 parent c258642 commit f05982d

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

webapp/components/interop-data.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1481,7 +1481,8 @@ export const interopData = {
14811481
'name': 'WebVTT',
14821482
'url': 'https://github.com/web-platform-tests/interop-webvtt',
14831483
'scores_over_time': [
1484-
{ 'date': '2025-06-23', 'score': 100 }
1484+
{ 'date': '2025-06-23', 'score': 100 },
1485+
{ 'date': '2025-11-05', 'score': 211 }
14851486
]
14861487
}
14871488
],

webapp/static/interop-data.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1454,7 +1454,8 @@
14541454
"name": "WebVTT",
14551455
"url": "https://github.com/web-platform-tests/interop-webvtt",
14561456
"scores_over_time": [
1457-
{ "date": "2025-06-23", "score": 100 }
1457+
{ "date": "2025-06-23", "score": 100 },
1458+
{ "date": "2025-11-05", "score": 211 }
14581459
]
14591460
}
14601461
],

0 commit comments

Comments
 (0)