mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 846096: Remove SimpleTest.expectAssertions() calls annotating assertions from bug 846096.
This commit is contained in:
parent
f0c8853de6
commit
aa6a4878fc
@ -20,11 +20,6 @@ https://bugzilla.mozilla.org/show_bug.cgi?id=93077
|
||||
<p><a name=TOP>Top</a></p>
|
||||
<pre id="test">
|
||||
<script type="application/javascript">
|
||||
|
||||
if (navigator.platform.startsWith("Linux")) {
|
||||
SimpleTest.expectAssertions(0, 2); // bug 846096
|
||||
}
|
||||
|
||||
/** Test for Bug 93077 **/
|
||||
["#top", "#Top"].forEach(function(fragid) {
|
||||
document.getElementById("below").scrollIntoView()
|
||||
|
@ -16,10 +16,6 @@
|
||||
<pre id="test">
|
||||
<script class="testbody" type="text/javascript">
|
||||
|
||||
if (!navigator.platform.startsWith("Win")) {
|
||||
SimpleTest.expectAssertions(0, 2); // bug 846096
|
||||
}
|
||||
|
||||
SimpleTest.waitForExplicitFinish();
|
||||
|
||||
var startPaintCount = window.mozPaintCount;
|
||||
|
@ -14,10 +14,6 @@
|
||||
</style>
|
||||
<script type="text/javascript">
|
||||
|
||||
if (!navigator.platform.startsWith("Win")) {
|
||||
SimpleTest.expectAssertions(0, 2); // bug 846096
|
||||
}
|
||||
|
||||
SimpleTest.waitForExplicitFinish();
|
||||
|
||||
var canvases = [];
|
||||
|
@ -20,10 +20,6 @@
|
||||
<script type="application/javascript;version=1.7">
|
||||
"use strict";
|
||||
|
||||
if (!navigator.platform.startsWith("Win")) {
|
||||
SimpleTest.expectAssertions(0, 2); // bug 846096
|
||||
}
|
||||
|
||||
var referenceSnapshot;
|
||||
var iterations = 0;
|
||||
|
||||
|
@ -67,10 +67,6 @@
|
||||
<pre id="test">
|
||||
<script class="testbody" type="text/javascript">
|
||||
|
||||
if (navigator.platform.startsWith("Mac")) {
|
||||
SimpleTest.expectAssertions(0, 2); // bug 846096
|
||||
}
|
||||
|
||||
var ANCHOR = 0;
|
||||
var FOCUS = 1;
|
||||
|
||||
|
@ -21,8 +21,6 @@ https://bugzilla.mozilla.org/show_bug.cgi?id=624329
|
||||
<![CDATA[
|
||||
/** Test for Bug 624329 **/
|
||||
|
||||
SimpleTest.expectAssertions(0, 2); // bug 846096
|
||||
|
||||
SimpleTest.waitForExplicitFinish();
|
||||
|
||||
var win;
|
||||
|
@ -38,8 +38,6 @@ https://bugzilla.mozilla.org/show_bug.cgi?id=792324
|
||||
|
||||
<script class="testbody" type="application/javascript;version=1.7"><![CDATA[
|
||||
|
||||
SimpleTest.expectAssertions(0, 2); // bug 846096
|
||||
|
||||
/** Test for Bug 792324 **/
|
||||
let after_click;
|
||||
|
||||
|
@ -28,8 +28,6 @@
|
||||
<script type="application/javascript">
|
||||
<![CDATA[
|
||||
|
||||
SimpleTest.expectAssertions(0, 2); // bug 846096
|
||||
|
||||
SimpleTest.waitForExplicitFinish();
|
||||
|
||||
function test_button()
|
||||
|
@ -28,8 +28,6 @@
|
||||
<script class="testbody" type="application/javascript">
|
||||
<![CDATA[
|
||||
|
||||
SimpleTest.expectAssertions(0, 2); // bug 846096
|
||||
|
||||
SimpleTest.waitForExplicitFinish();
|
||||
|
||||
var gExpectedId = "p3";
|
||||
|
@ -21,8 +21,6 @@
|
||||
var gTestPhase = -1;
|
||||
var gCp = null;
|
||||
|
||||
SimpleTest.expectAssertions(0, 2); // bug 846096
|
||||
|
||||
SimpleTest.waitForExplicitFinish();
|
||||
|
||||
function preventDefault(event) {
|
||||
|
@ -73,8 +73,6 @@
|
||||
<script class="testbody" type="application/javascript">
|
||||
<![CDATA[
|
||||
|
||||
SimpleTest.expectAssertions(0, 2); // bug 846096
|
||||
|
||||
SimpleTest.waitForExplicitFinish();
|
||||
|
||||
var gTestId = -1;
|
||||
|
Loading…
Reference in New Issue
Block a user