We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d94d69 commit 2d7274fCopy full SHA for 2d7274f
1 file changed
test/test.js
@@ -123,11 +123,8 @@
123
expect(
124
loadImage(blobGIF, function (img) {
125
loadImage(img.src, function (img2) {
126
- if (!window.callPhantom) {
127
- // revokeObjectUrl doesn't seem to have an effect in PhantomJS
128
- expect(img2).to.be.an.instanceOf(window.Event)
129
- expect(img2.type).to.equal('error')
130
- }
+ expect(img2).to.be.an.instanceOf(window.Event)
+ expect(img2.type).to.equal('error')
131
done()
132
})
133
0 commit comments