|
|
Line 1: |
Line 1: |
− | Consider placing all test cases you write into the Public Domain using the [http://creativecommons.org/publicdomain/zero/1.0/ Creative Commons CC0 1.0 Public Domain Dedication].
| + | #REDIRECT [[Testsuite]] |
− | | |
− | Example markup you can include in the test case or suite. Either one is sufficient.
| |
− | | |
− | Visible (e.g. in a visible header/footer on the test suite home page or test case):
| |
− | <pre><nowiki>
| |
− | This test suite/case is placed into the
| |
− | <a rel="license"
| |
− | href="http://creativecommons.org/publicdomain/zero/1.0/">
| |
− | public domain using CC0
| |
− | </a>.
| |
− | </nowiki></pre>
| |
− | | |
− | Invisible (e.g. inside the <head> element on the test case page):
| |
− | <pre><nowiki>
| |
− | <link rel="license"
| |
− | href="http://creativecommons.org/publicdomain/zero/1.0/"
| |
− | title="This test suite/case is placed into the public domain using CC0." />
| |
− | </nowiki></pre>
| |
− | | |
− | | |
− | Existing test cases or test suites for HTML5.
| |
− | | |
− | * https://github.com/w3c/web-platform-tests/tree/master/html coordinated by the W3C
| |
− | * http://philip.html5.org/tests/canvas/suite/tests/ by Philip Taylor
| |
− | * http://lachy.id.au/dev/markup/tests/html5/ by [[User:Lachlan_Hunt|Lachlan Hunt]]
| |
− | * http://simon.html5.org/test/html/ by [[User:Zcorpan|Simon Pieters]]
| |
− | * http://hasather.net/test/html/ by [[User:Hasather|David Håsäther]]
| |
− | * http://code.google.com/p/html5lib/source/browse/testdata by html5lib contributors
| |
− | * http://www.hixie.ch/tests/adhoc/html/ by [[User:Hixie|Ian Hickson]]
| |
− | * http://webforms2.googlecode.com/svn/trunk/testsuite/index.html by [[User:westonruter|Weston Ruter]]
| |
− | * http://mathias.html5.org/tests/ by [http://mathiasbynens.be/ Mathias Bynens]
| |
− | | |
− | See also: [[Testsuite]]
| |