mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Update web-platform-tests to revision 30a08266e1951b16ab2587068de64041095bbc2f
This commit is contained in:
parent
7b5ec99d25
commit
19a2b8047d
185 changed files with 3858 additions and 329 deletions
|
@ -13,7 +13,11 @@ const badImageTests =
|
|||
},
|
||||
{
|
||||
createDetector: () => { return new BarcodeDetector(); },
|
||||
name: "Barcode - detect(broken image)",
|
||||
name: "Barcode - detect(broken image)"
|
||||
},
|
||||
{
|
||||
createDetector: () => { return new TextDetector(); },
|
||||
name: "Text - detect(broken image)"
|
||||
}
|
||||
];
|
||||
|
||||
|
@ -38,6 +42,10 @@ const badVideoTests =
|
|||
{
|
||||
createDetector: () => { return new BarcodeDetector(); },
|
||||
name: "Barcode - detect(broken video)"
|
||||
},
|
||||
{
|
||||
createDetector: () => { return new TextDetector(); },
|
||||
name: "Text - detect(broken video)"
|
||||
}
|
||||
];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue