mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1142032 - Add a crashtest.
This commit is contained in:
parent
fcf2e0e8fd
commit
9355a2815b
4
dom/html/crashtests/1141260.html
Normal file
4
dom/html/crashtests/1141260.html
Normal file
@ -0,0 +1,4 @@
|
||||
<img src="foo" srcset="bar">
|
||||
<script>
|
||||
document.querySelector("img").removeAttribute('src');
|
||||
</script>
|
@ -72,3 +72,4 @@ load 903106.html
|
||||
load 916322-1.html
|
||||
load 916322-2.html
|
||||
load 1032654.html
|
||||
pref(dom.image.srcset.enabled,true) load 1141260.html
|
Loading…
Reference in New Issue
Block a user