URL parsing tests ~~~~~~~~~~~~~~~~~ This repository contains a number of test data for URL parsing, resolution, and canonicalization as performed by Web browsers, developed in 2011 along with Perl Web::URL module, then partially updated to be compatible with WHATWG URL Standard. * Tests - *.dat - URL canonicalization tests (See data/README for more info) - browsers/*.html - Test harnesses for testing your browser * Format Test data are encoded in a custom format similar to HTML parser tests . There are JavaScript implementation (SAMI.Test) and Perl implementation for the format. * Test harness for Web browsers There is a test harness to run these tests in Web browsers. See directory "./browsers/". * Spec and test results of browsers as of 2011 See . These are test data for URL canonicalization. * Author Wakaba . * Acknowledgements URLs in these test cases come from various sources, including: - RFC 3986 - - - - - - - - - * License You are granted a license to use, reproduce and create derivative works of these test data.