mirror of
https://github.com/servo/servo
synced 2026-04-28 18:37:39 +02:00
@@ -3,7 +3,7 @@ def WebIDLTest(parser, harness):
|
||||
try:
|
||||
parser.parse("""
|
||||
interface Foo {
|
||||
[CEReactions(DOMString a)] void foo(boolean arg2);
|
||||
[CEReactions(DOMString a)] undefined foo(boolean arg2);
|
||||
};
|
||||
""")
|
||||
|
||||
@@ -47,7 +47,7 @@ def WebIDLTest(parser, harness):
|
||||
try:
|
||||
parser.parse("""
|
||||
interface Foo {
|
||||
[CEReactions] void foo(boolean arg2);
|
||||
[CEReactions] undefined foo(boolean arg2);
|
||||
};
|
||||
""")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user