mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Fix message in test. r=philor a=tests-only
This commit is contained in:
parent
39ca60f0e9
commit
7e065871d5
@ -38,7 +38,7 @@ function loadTestImage() {
|
||||
var img1 = new Image();
|
||||
img1.onload = function() { img1loaded = true; }
|
||||
img1.onerror = function() {
|
||||
is(img2errored, false, "Image 3 should not error before image 2");
|
||||
is(img2errored, false, "Image 2 should not error before image 1");
|
||||
img1errored = true;
|
||||
}
|
||||
img1.src = window.location.href + "?image1=true";
|
||||
|
Loading…
Reference in New Issue
Block a user