forked from web-platform-tests/wpt
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Web IDL README (web-platform-tests#30355)
- Loading branch information
1 parent
5229e8d
commit 34d652a
Showing
2 changed files
with
9 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
Tests for the [Web IDL Standard](https://webidl.spec.whatwg.org/). | ||
|
||
== 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](https://github.com/dontcallmedom/widlproc) from which these tests have been imported.) |
This file was deleted.
Oops, something went wrong.