mirror of
https://github.com/servo/servo
synced 2026-05-02 04:17:38 +02:00
Update web-platform-tests to revision 0d318188757a9c996e20b82db201fd04de5aa255
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE Definitions SYSTEM "widlprocxml.dtd">
|
||||
<Definitions>
|
||||
<webidl>[NamedConstructor=Audio,
|
||||
NamedConstructor=Audio(DOMString src)]
|
||||
interface HTMLAudioElement : <ref>HTMLMediaElement</ref> {
|
||||
};</webidl>
|
||||
<Interface name="HTMLAudioElement" id="::HTMLAudioElement">
|
||||
<webidl>[NamedConstructor=Audio,
|
||||
NamedConstructor=Audio(DOMString src)]
|
||||
interface HTMLAudioElement : <ref>HTMLMediaElement</ref> {
|
||||
};</webidl>
|
||||
<ExtendedAttributeList>
|
||||
<ExtendedAttribute name="NamedConstructor" value="Audio">
|
||||
<webidl>NamedConstructor</webidl>
|
||||
</ExtendedAttribute>
|
||||
<ExtendedAttribute name="NamedConstructor" value="Audio">
|
||||
<webidl> NamedConstructor=Audio(DOMString src)</webidl>
|
||||
<ArgumentList>
|
||||
<Argument name="src">
|
||||
<Type type="DOMString"/>
|
||||
</Argument>
|
||||
</ArgumentList>
|
||||
</ExtendedAttribute>
|
||||
</ExtendedAttributeList>
|
||||
<InterfaceInheritance>
|
||||
<Name name="HTMLMediaElement"/>
|
||||
</InterfaceInheritance>
|
||||
</Interface>
|
||||
</Definitions>
|
||||
Reference in New Issue
Block a user