mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-02-08 01:31:00 +00:00
11 lines
387 B
Plaintext
11 lines
387 B
Plaintext
# test script keyword.
|
|
|
|
# cases where the test does not include an appropriate getTestCases() function,
|
|
# or where getTestCases() does not return an array of objects with methods
|
|
# testPassed() and testDescription() can not be included since they always
|
|
# produce unexpected failures.
|
|
|
|
script scripttest-pass.html
|
|
fails script scripttest-fail.html
|
|
fails script scripttest-pass-fail.html
|