Fix test description. a=DONTBUILD

This commit is contained in:
Boris Zbarsky 2011-02-08 16:41:47 -05:00
parent e8044d0d7f
commit 2beff050a8

View File

@ -37,7 +37,7 @@ https://bugzilla.mozilla.org/show_bug.cgi?id=623437
}
is(seenArc, true, "Should see arc");
is(seenArcTo, true, "Should see arcTo");
is(seenArcToFirst, true, "Should see arc before arcTo");
is(seenArcToFirst, true, "Should see arcTo before arc");
</script>
</pre>
</body>