mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Add mach test-webidl command
This commit is contained in:
parent
1483a5de32
commit
18b6817755
6 changed files with 51 additions and 10 deletions
|
@ -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():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue