Closed
Bug 1544661
Opened 6 years ago
Closed 6 years ago
`Fuzzy` keyword is not working for wpt
Categories
(Testing :: web-platform-tests, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1544423
People
(Reporter: alwu, Unassigned)
References
Details
I've tried the following fuzzy
syntaxs, but none of them could work.
- fuzzy: [2;4000]
- fuzzy: 2;4000
- fuzzy: maxDifference=2;totalPixels=4000 (give a specific type name)
- fuzzy: maxDifference=0-2;totalPixels=0-4000 (give a range)
- fuzzy: test1==ref2:maxDifference=2;totalPixels=4000 (give a specific comparion ref)
Reporter | ||
Comment 1•6 years ago
|
||
Hi, James,
Would you mind to help me check this issue?
Thank you!
Flags: needinfo?(james)
Comment 2•6 years ago
|
||
This should be fixed in https://bugzilla.mozilla.org/show_bug.cgi?id=1544423 which I just pushed.
Status: NEW → RESOLVED
Closed: 6 years ago
Flags: needinfo?(james)
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•