mirror of
https://github.com/servo/servo.git
synced 2025-08-31 01:58:23 +01:00
Update web-platform-tests to revision fc33be9acfbf8e883fd9683c527aab22d842542b
This commit is contained in:
parent
d232705106
commit
09b1413275
32 changed files with 1112 additions and 577 deletions
|
@ -1,3 +1,7 @@
|
|||
// GENERATED CONTENT - DO NOT EDIT
|
||||
// Content of this file was automatically extracted from the Geometry Interfaces spec.
|
||||
// See https://drafts.fxtf.org/geometry/
|
||||
|
||||
[Constructor(optional unrestricted double x = 0, optional unrestricted double y = 0,
|
||||
optional unrestricted double z = 0, optional unrestricted double w = 1),
|
||||
Exposed=(Window,Worker),
|
||||
|
@ -12,7 +16,7 @@ interface DOMPointReadOnly {
|
|||
|
||||
DOMPoint matrixTransform(optional DOMMatrixInit matrix);
|
||||
|
||||
[Default] toJSON();
|
||||
[Default] object toJSON();
|
||||
};
|
||||
|
||||
[Constructor(optional unrestricted double x = 0, optional unrestricted double y = 0,
|
||||
|
@ -52,7 +56,7 @@ interface DOMRectReadOnly {
|
|||
readonly attribute unrestricted double bottom;
|
||||
readonly attribute unrestricted double left;
|
||||
|
||||
[Default] toJSON();
|
||||
[Default] object toJSON();
|
||||
};
|
||||
|
||||
[Constructor(optional unrestricted double x = 0, optional unrestricted double y = 0,
|
||||
|
@ -76,8 +80,7 @@ dictionary DOMRectInit {
|
|||
unrestricted double height = 0;
|
||||
};
|
||||
|
||||
[NoInterfaceObject,
|
||||
LegacyArrayClass]
|
||||
[LegacyArrayClass]
|
||||
interface DOMRectList {
|
||||
readonly attribute unsigned long length;
|
||||
getter DOMRect? item(unsigned long index);
|
||||
|
@ -97,7 +100,7 @@ interface DOMQuad {
|
|||
[SameObject] readonly attribute DOMPoint p4;
|
||||
[NewObject] DOMRect getBounds();
|
||||
|
||||
[Default] toJSON();
|
||||
[Default] object toJSON();
|
||||
};
|
||||
|
||||
dictionary DOMQuadInit {
|
||||
|
@ -178,7 +181,7 @@ interface DOMMatrixReadOnly {
|
|||
[NewObject] Float64Array toFloat64Array();
|
||||
|
||||
[Exposed=Window] stringifier;
|
||||
[Default] toJSON();
|
||||
[Default] object toJSON();
|
||||
};
|
||||
|
||||
[Constructor(optional (DOMString or sequence<unrestricted double>) init),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue