Mypal/testing/web-platform/tests/WebIDL
2019-03-11 13:26:37 +03:00
..
ecmascript-binding basic source 2019-03-11 13:26:37 +03:00
invalid/idl basic source 2019-03-11 13:26:37 +03:00
valid basic source 2019-03-11 13:26:37 +03:00
readme.txt basic source 2019-03-11 13:26:37 +03:00
testable_assertions.txt basic source 2019-03-11 13:26:37 +03:00

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)