mirror of
https://github.com/servo/servo.git
synced 2025-08-09 15:35:34 +01:00
Update web-platform-tests to revision 289272c280086dda4bce0d31f2ce0fc1e7a08fa8
This commit is contained in:
parent
6f93950bf2
commit
78cf1982a2
230 changed files with 1832 additions and 1867 deletions
|
@ -36,8 +36,7 @@ detection_test("BarcodeDetectionTest", async (t, detectionTest) => {
|
|||
barcodeDetectionResult = await detectorWithOptions.detect(img);
|
||||
assert_array_equals(
|
||||
mock.getFormats(),
|
||||
[shapeDetection.mojom.BarcodeFormat.CODE_128,
|
||||
shapeDetection.mojom.BarcodeFormat.QR_CODE],
|
||||
[BarcodeFormat.CODE_128, BarcodeFormat.QR_CODE],
|
||||
"formats");
|
||||
|
||||
const invalidFormats = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue