Update web-platform-tests to revision 5e377e222095625488698633a435d6c19e4d611d

This commit is contained in:
WPT Sync Bot 2018-03-10 20:09:24 -05:00
parent 53d9ca1bcd
commit 53868fcf1b
18 changed files with 265 additions and 38 deletions

View file

@ -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;
};