mirror of
https://github.com/servo/servo.git
synced 2025-09-04 20:18:21 +01:00
Update web-platform-tests to revision 0f0b7a7e353421b600ee555bf354d3a98bb603ae
This commit is contained in:
parent
363073568e
commit
71dcf37d55
175 changed files with 2749 additions and 678 deletions
|
@ -253,7 +253,7 @@
|
|||
const encoding = getFirstEncoding(param);
|
||||
|
||||
encoding.scaleResolutionDownBy = 0.5;
|
||||
return promise_rejects(t, 'RangeError',
|
||||
return promise_rejects(t, new RangeError(),
|
||||
sender.setParameters(param));
|
||||
}, `setParameters() with encoding.scaleResolutionDownBy field set to less than 1.0 should reject with RangeError`);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue