mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
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:
parent
9a085fd523
commit
4ed8dd0ba9
@ -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");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user