mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-09 05:14:24 +00:00
Bug 854510 - Convert expected assertion into a 0-1 range. r=RyanVM
This commit is contained in:
parent
0cdff77326
commit
28b2d974b3
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user