Bug 404077 followup - remove bug mention from a test. DONTBUILD

This commit is contained in:
Jesse Ruderman 2013-03-12 12:36:08 -07:00
Родитель 1d927865e6
Коммит a332c4ce0d
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -13,7 +13,7 @@ https://bugzilla.mozilla.org/show_bug.cgi?id=731471
<a target="_blank" href="https://bugzilla.mozilla.org/show_bug.cgi?id=731471">Mozilla Bug 731471</a>
<p id="display"></p>
<div id="content" style="display: none">
</div>
<pre id="test">
<script type="application/javascript">
@ -30,7 +30,7 @@ function boom()
w.document.write("3 - Done");
w.document.close();
w.close();
ok(true, "Didn't assert! Or maybe we did. We'll never know until bug 404077 is fixed");
ok(true, "Didn't assert!");
SimpleTest.finish();
}, 400);
}