Testing web-sys for input, heading and title elements. (#596)

This commit is contained in:
Jonathan Kingston
2018-07-31 16:57:16 +01:00
committed by Alex Crichton
parent 05f3eec76d
commit 26a3e57536
12 changed files with 273 additions and 75 deletions

View File

@ -119,9 +119,11 @@ partial interface HTMLMediaElement {
attribute boolean mozPreservesPitch;
/*Non standard
// NB: for internal use with the video controls:
[Func="IsChromeOrXBL"] attribute boolean mozAllowCasting;
[Func="IsChromeOrXBL"] attribute boolean mozIsCasting;
*/
// Mozilla extension: stream capture
[Throws]