Add Path2D (#35783)

Signed-off-by: Lukas Lihotzki <lukas@lihotzki.de>
This commit is contained in:
Lukas Lihotzki 2025-03-26 13:12:44 +01:00 committed by GitHub
parent f0ea3c6150
commit 251eeb2c2d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
53 changed files with 1566 additions and 262 deletions

View file

@ -13503,14 +13503,14 @@
]
],
"interfaces.https.html": [
"81f4d942f94366d8f9ecf22cfc3e1e22fe4ab8f1",
"ad0b03ac70483c152220978cee8b49e74b330fc6",
[
null,
{}
]
],
"interfaces.worker.js": [
"06eb8d3ba2334951cb1e0f791527ba118d4f13ec",
"f93f9c9f6c877e1915217b64591fe7e34fa7244c",
[
"mozilla/interfaces.worker.html",
{}

View file

@ -223,6 +223,7 @@ test_interfaces([
"OscillatorNode",
"PageTransitionEvent",
"PannerNode",
"Path2D",
"Performance",
"PerformanceEntry",
"PerformanceMark",

View file

@ -45,6 +45,7 @@ test_interfaces([
"Notification",
"OffscreenCanvas",
"OffscreenCanvasRenderingContext2D",
"Path2D",
"Performance",
"PerformanceEntry",
"PerformanceMark",