mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-01 08:42:13 +00:00
5 lines
104 B
HTML
5 lines
104 B
HTML
<img src="foo" srcset="bar">
|
|
<script>
|
|
document.querySelector("img").removeAttribute('src');
|
|
</script>
|