mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 404077: Clean up erroneous expectAssertions calls from GC of objects created in test_bug391777.html.
This commit is contained in:
parent
910a7adc7d
commit
a38ed80914
@ -15,7 +15,7 @@ https://bugzilla.mozilla.org/show_bug.cgi?id=391777
|
||||
|
||||
if (navigator.platform.indexOf("Win") != 0) {
|
||||
// not Windows
|
||||
SimpleTest.expectAssertions(0, 1);
|
||||
SimpleTest.expectAssertions(1);
|
||||
}
|
||||
|
||||
/** Test for Bug 391777 **/
|
||||
|
@ -21,10 +21,6 @@ https://bugzilla.mozilla.org/show_bug.cgi?id=402680
|
||||
<pre id="test">
|
||||
<script class="testbody" type="text/javascript">
|
||||
|
||||
if (navigator.platform.indexOf("Mac") == 0) {
|
||||
SimpleTest.expectAssertions(0, 1);
|
||||
}
|
||||
|
||||
/** Test for Bug 402680 **/
|
||||
|
||||
ok(activeElementIsNull,
|
||||
|
@ -17,10 +17,6 @@ https://bugzilla.mozilla.org/show_bug.cgi?id=403868
|
||||
<pre id="test">
|
||||
<script class="testbody" type="text/javascript">
|
||||
|
||||
if (navigator.platform.indexOf("Mac") == 0) {
|
||||
SimpleTest.expectAssertions(0, 1);
|
||||
}
|
||||
|
||||
/** Test for Bug 403868 **/
|
||||
function createSpan(id, insertionPoint) {
|
||||
var s = document.createElement("span");
|
||||
|
@ -17,11 +17,6 @@ https://bugzilla.mozilla.org/show_bug.cgi?id=446483
|
||||
<pre id="test">
|
||||
<script type="application/javascript">
|
||||
|
||||
if (navigator.platform.indexOf("Win") != 0) {
|
||||
// not Windows
|
||||
SimpleTest.expectAssertions(0, 1);
|
||||
}
|
||||
|
||||
/** Test for Bug 446483 **/
|
||||
|
||||
function gc() {
|
||||
|
Loading…
Reference in New Issue
Block a user