Correct mochitest for bug 461266.

This commit is contained in:
L. David Baron 2008-11-02 13:14:06 -08:00
parent 4a237eb465
commit 5fb743947b

View File

@ -107,8 +107,8 @@ extracted from the test framework there and put into Mochitest.
check('o', true);
check('p', false);
check('q', false);
check('r', false);
check('s', false);
check('r', true); // false in old spec
check('s', true); // false in old spec
check('t', true); // 20 - false in old spec
check('u', false);
check('v', true);