tree: c4c9178f0caade959c710d750c2fee52dad319dd [path history] [tgz]
  1. ecmascript-binding/
  2. invalid/
  3. tools/
  4. valid/
  5. current-realm.html
  6. idlharness.any.js
  7. META.yml
  8. README.md
  9. testable_assertions.txt
webidl/README.md

Tests for the Web IDL Standard.

== Syntax tests ==

Syntax tests can be found in the “valid” and “invalid” directories.

These are syntax tests for a Web IDL 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 from which these tests have been imported.)