mirror of
https://github.com/servo/servo
synced 2026-05-02 04:17:38 +02:00
Add mach test-webidl command
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
--- WebIDL.py
|
||||
+++ WebIDL.py
|
||||
@@ -1357,7 +1357,8 @@ class IDLInterface(IDLObjectWithScope, IDLExposureMixins):
|
||||
identifier == "ChromeOnly" or
|
||||
@@ -1416,7 +1416,8 @@
|
||||
identifier == "Unforgeable" or
|
||||
identifier == "UnsafeInPrerendering" or
|
||||
- identifier == "LegacyEventInit"):
|
||||
+ identifier == "LegacyEventInit" or
|
||||
identifier == "LegacyEventInit" or
|
||||
- identifier == "ProbablyShortLivingObject"):
|
||||
+ identifier == "ProbablyShortLivingObject" or
|
||||
+ identifier == "Abstract"):
|
||||
# Known extended attributes that do not take values
|
||||
if not attr.noArguments():
|
||||
|
||||
Reference in New Issue
Block a user