mirror of
https://github.com/servo/servo.git
synced 2025-08-15 10:25:32 +01:00
Update web-platform-tests to revision 2332a6bd8ab3d47986492a44d7a0455dfb4ad823
This commit is contained in:
parent
d2856ce8ae
commit
c789859814
350 changed files with 5147 additions and 1855 deletions
|
@ -102,9 +102,9 @@ interface SpeechGrammarList {
|
|||
readonly attribute unsigned long length;
|
||||
getter SpeechGrammar item(unsigned long index);
|
||||
void addFromURI(DOMString src,
|
||||
optional float weight);
|
||||
optional float weight = 1.0);
|
||||
void addFromString(DOMString string,
|
||||
optional float weight);
|
||||
optional float weight = 1.0);
|
||||
};
|
||||
|
||||
[Exposed=Window]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue