mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +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
|
@ -18,6 +18,12 @@ const imageBitmapTests =
|
|||
mockTestName: "BarcodeDetectionTest",
|
||||
resultSize: 2, // Number of barcodes
|
||||
detectorType: "Barcode"
|
||||
},
|
||||
{
|
||||
createDetector: () => { return new TextDetector(); },
|
||||
mockTestName: "TextDetectionTest",
|
||||
resultSize: 2, // Number of text blocks
|
||||
detectorType: "Text"
|
||||
}
|
||||
];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue