mirror of
https://github.com/servo/servo.git
synced 2025-10-16 00:10:23 +01:00
Update web-platform-tests to revision c99723afe33bc5b265e41c1a9446eaff7f8e0d57
This commit is contained in:
parent
14303bd651
commit
ce1de3b503
46 changed files with 254 additions and 102 deletions
|
@ -14,10 +14,6 @@ partial namespace CSS {
|
|||
void registerProperty(PropertyDefinition definition);
|
||||
};
|
||||
|
||||
partial interface CSSRule {
|
||||
const unsigned short PROPERTY_RULE = 18;
|
||||
};
|
||||
|
||||
[Exposed=Window]
|
||||
interface CSSPropertyRule : CSSRule {
|
||||
readonly attribute CSSOMString name;
|
||||
|
|
|
@ -44,7 +44,7 @@ enum XRVisibilityState {
|
|||
[NewObject] Promise<XRReferenceSpace> requestReferenceSpace(XRReferenceSpaceType type);
|
||||
|
||||
unsigned long requestAnimationFrame(XRFrameRequestCallback callback);
|
||||
void cancelAnimationFrame(long handle);
|
||||
void cancelAnimationFrame(unsigned long handle);
|
||||
|
||||
Promise<void> end();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue