summaryrefslogtreecommitdiff
path: root/tests/unit/components/test_braveadblock.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/components/test_braveadblock.py')
-rw-r--r--tests/unit/components/test_braveadblock.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/unit/components/test_braveadblock.py b/tests/unit/components/test_braveadblock.py
index eca8b5eb0..d85538807 100644
--- a/tests/unit/components/test_braveadblock.py
+++ b/tests/unit/components/test_braveadblock.py
@@ -91,6 +91,12 @@ NOT_OKAY_URLS = [
BUGGY_URLS = [
# https://github.com/brave/adblock-rust/issues/146
("https://example.org/example.png", None, ResourceType.image),
+ # https://github.com/qutebrowser/qutebrowser/issues/6000
+ (
+ "https://wikimedia.org/api/rest_v1/media/math/render/svg/57f8",
+ "file:///home/user/src/qutebrowser/reproc.html",
+ ResourceType.image,
+ ),
]