summaryrefslogtreecommitdiffstats
path: root/dom/html/crashtests/1141260.html
blob: c5ced3a447c3f6f5bab6290a26e6a1a8627e955d (plain)
1
2
3
4
<img src="foo" srcset="bar">
<script>
  document.querySelector("img").removeAttribute('src');
</script>