Update web-platform-tests to revision c99723afe33bc5b265e41c1a9446eaff7f8e0d57

This commit is contained in:
WPT Sync Bot 2020-05-31 08:20:32 +00:00
parent 14303bd651
commit ce1de3b503
46 changed files with 254 additions and 102 deletions

View file

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

View file

@ -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();