Bug 854510 - Convert expected assertion into a 0-1 range. r=RyanVM

This commit is contained in:
Bobby Holley 2013-03-26 09:09:04 -07:00
parent 0cdff77326
commit 28b2d974b3

View File

@ -21,7 +21,7 @@ https://bugzilla.mozilla.org/show_bug.cgi?id=503926
<script type="application/javascript">
<![CDATA[
SimpleTest.expectAssertions(1);
SimpleTest.expectAssertions(0, 1);
/** Test for Bug 503926 **/
function iframe_loaded() {