commit 6041256f2d01c6ea653b6760acf9012a6cd6be73
parent 76961e11653cfde17d2dd78a13e73150a1150c02
Author: Dave Townsend <dtownsend@oxymoronical.com>
Date: Fri, 24 Oct 2025 12:38:12 +0000
Bug 1996235: Remove defunct crash test for but 604262. r=dom-core,smaug
The interface imgIDecoderObserver was removed so this test now just throws an exception before
attempting to call the method that was previously crashing, which also no longer exists.
Differential Revision: https://phabricator.services.mozilla.com/D269951
Diffstat:
2 files changed, 0 insertions(+), 9 deletions(-)
diff --git a/dom/base/crashtests/604262-1.html b/dom/base/crashtests/604262-1.html
@@ -1,8 +0,0 @@
-<!DOCTYPE html>
-<script>
-
-var inputElem = document.createElementNS("http://www.w3.org/1999/xhtml", "input");
-inputElem.QueryInterface(Ci.imgIDecoderObserver);
-inputElem.onStartDecode(null);
-
-</script>
diff --git a/dom/base/crashtests/crashtests.list b/dom/base/crashtests/crashtests.list
@@ -95,7 +95,6 @@ load 595606-1.html
load 595606-2.html
load 601247.html
load 603531.html
-load 604262-1.html
load 605672-1.svg
load 606729-1.html
load 607222.html