From 34d652ab6105e96ee14cc0934921dd40284d6020 Mon Sep 17 00:00:00 2001 From: Anne van Kesteren Date: Tue, 5 Oct 2021 10:25:48 +0200 Subject: [PATCH] Update Web IDL README (#30355) --- webidl/README.md | 9 +++++++++ webidl/readme.txt | 3 --- 2 files changed, 9 insertions(+), 3 deletions(-) create mode 100644 webidl/README.md delete mode 100644 webidl/readme.txt diff --git a/webidl/README.md b/webidl/README.md new file mode 100644 index 000000000000000..c6b51584ef2850e --- /dev/null +++ b/webidl/README.md @@ -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.) diff --git a/webidl/readme.txt b/webidl/readme.txt deleted file mode 100644 index 12ded6acdf5473d..000000000000000 --- a/webidl/readme.txt +++ /dev/null @@ -1,3 +0,0 @@ -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)