Skip to content

Commit 0166d95

Browse files
committed
test/scripttest: added deprecation note & redirect to testthewebforward.org
1 parent 1bcc54f commit 0166d95

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

test/scripttest.txt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
<html>
2+
<strong>
3+
<div style="color: red; font-size: 20px; border: 2px solid red; padding: 10px; line-height: 1.5; text-align: center;">
4+
This page has been deprecated and is no longer being maintained.
5+
<br>For up to date information on contributing and authoring CSS Test suites, see:
6+
<br><a href="http://testthewebforward.org/docs/testharness-tutorial.html">http://testthewebforward.org/docs/testharness-tutorial.html</a>
7+
</strong>
8+
</div>
9+
</html>
10+
111
====== Script Tests ======
212

313
A //script test// is a test that uses JavaScript to programmatically verify one or more specific functionalities. Unlike [[test:selftest|self-describing tests]] and [[test:reftest|reftests]], script tests do not verify rendering.

0 commit comments

Comments
 (0)