summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/WebIDL/readme.txt
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/tests/WebIDL/readme.txt')
-rw-r--r--testing/web-platform/tests/WebIDL/readme.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/testing/web-platform/tests/WebIDL/readme.txt b/testing/web-platform/tests/WebIDL/readme.txt
new file mode 100644
index 000000000..12ded6acd
--- /dev/null
+++ b/testing/web-platform/tests/WebIDL/readme.txt
@@ -0,0 +1,3 @@
+These are syntax tests for WebIDL parser. A correct parser should fail on the tests in the "invalid" directory, and should be able to collect the data necessary to generate the XML serialization for valid fragments collected in the "valid" directory.
+
+(the said XML serialization is the one produced by widlproc https://github.com/dontcallmedom/widlproc from which these tests have been imported)