tests-web ~~~~~~~~~ Tests and demos of Web technologies. * Public Web server . * Local Web server $ git clone https://github.com/wakaba/tests-web $ cd tests-web $ make deps $ ./plackup -p 12345 -s Twiggy::Prefork support/server.psgi $ curl http://localhost:12345 * Heroku Button . * Test data format Different tests in this repository are written in different formats. See their descriptions for details. Many tests adopt the HTCT test case description format, which is a generaliztion of the HTML parser's tree construction stage test suite's format, applicable to other protocols as well. See for more information. * Author Wakaba . * License See LICENSE.