mirror of
https://github.com/servo/servo
synced 2026-04-27 18:07:52 +02:00
Create a top-level "third_party" directory
This directory now contains third_party software that is vendored into the Servo source tree. The idea is that it would eventually hold webrender and other crates from mozilla-central as well with a standard patch management approach for each.
This commit is contained in:
13
third_party/WebIDL/tests/test_variadic_callback.py
vendored
Normal file
13
third_party/WebIDL/tests/test_variadic_callback.py
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
import WebIDL
|
||||
|
||||
|
||||
def WebIDLTest(parser, harness):
|
||||
parser.parse(
|
||||
"""
|
||||
callback TestVariadicCallback = any(any... arguments);
|
||||
"""
|
||||
)
|
||||
|
||||
results = parser.finish()
|
||||
|
||||
harness.ok(True, "TestVariadicCallback callback parsed without error.")
|
||||
Reference in New Issue
Block a user