mirror of
https://github.com/servo/servo.git
synced 2025-08-15 02:15:33 +01:00
Update web-platform-tests to revision 5e377e222095625488698633a435d6c19e4d611d
This commit is contained in:
parent
53d9ca1bcd
commit
53868fcf1b
18 changed files with 265 additions and 38 deletions
|
@ -42,7 +42,7 @@ partial interface WindowOrWorkerGlobalScope {
|
|||
[Exposed=(Window,Worker)]
|
||||
interface IDBFactory {
|
||||
IDBOpenDBRequest open(DOMString name,
|
||||
[EnforceRange] optional unsigned long long version);
|
||||
optional [EnforceRange] unsigned long long version);
|
||||
IDBOpenDBRequest deleteDatabase(DOMString name);
|
||||
|
||||
short cmp(any first, any second);
|
||||
|
|
|
@ -131,7 +131,7 @@ dictionary CryptoKeyPair {
|
|||
|
||||
dictionary RsaKeyGenParams : Algorithm {
|
||||
// The length, in bits, of the RSA modulus
|
||||
[EnforceRange] required unsigned long modulusLength;
|
||||
required [EnforceRange] unsigned long modulusLength;
|
||||
// The RSA public exponent
|
||||
required BigInteger publicExponent;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue