mirror of
https://github.com/servo/servo.git
synced 2025-09-29 16:19:14 +01:00
Implement DOMRect::FromRect (#33798)
* Implement DOMRect::FromRect Signed-off-by: Simon Wülker <simon.wuelker@arcor.de> * Silence crown errors The rect type does not contain any gc'd members, so not rooting it is perfectly fineSilence crown errors Signed-off-by: Simon Wülker <simon.wuelker@arcor.de> * Update WPT expectations Signed-off-by: Simon Wülker <simon.wuelker@arcor.de> * Add SVGRect to the list of exposed interface globals Signed-off-by: Simon Wülker <simon.wuelker@arcor.de> * Update WPT manifest Signed-off-by: Simon Wülker <simon.wuelker@arcor.de> --------- Signed-off-by: Simon Wülker <simon.wuelker@arcor.de>
This commit is contained in:
parent
8843a0e400
commit
c5899e596d
8 changed files with 63 additions and 48 deletions
2
tests/wpt/mozilla/meta/MANIFEST.json
vendored
2
tests/wpt/mozilla/meta/MANIFEST.json
vendored
|
@ -13495,7 +13495,7 @@
|
|||
]
|
||||
],
|
||||
"interfaces.https.html": [
|
||||
"94f1102da478919d2948ebb96f81450f5d545635",
|
||||
"bfe16e7de02b6c95f3aaf274510633f029ad682a",
|
||||
[
|
||||
null,
|
||||
{}
|
||||
|
|
|
@ -240,6 +240,7 @@ test_interfaces([
|
|||
"StyleSheet",
|
||||
"StyleSheetList",
|
||||
"SubmitEvent",
|
||||
"SVGRect",
|
||||
"Text",
|
||||
"TextTrack",
|
||||
"TextTrackCue",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue