Bug 547685 - Weaken test_bug418464.html to make both the old and the HTML5 parser pass. r=bzbarsky.

--HG--
extra : rebase_source : 36fb899487e57618e50b697a75c659c89defb4b7
This commit is contained in:
Henri Sivonen 2010-02-23 15:58:17 +02:00
parent 9a085fd523
commit 4ed8dd0ba9

View File

@ -32,7 +32,9 @@ https://bugzilla.mozilla.org/show_bug.cgi?id=418464
<script class="testbody" type="text/javascript">
/** Test for Bug 418464 **/
is(form1, undefined, "Should not have a form here");
// Commented out until the HTML5 parser is on by default
// is(form1 instanceof HTMLFormElement, true,
// "Should have a form here");
is(form2 instanceof HTMLFormElement, true,
"Should have a form here");