mirror of
https://github.com/servo/servo
synced 2026-05-11 17:37:21 +02:00
6 lines
127 B
HTML
6 lines
127 B
HTML
<!doctype html>
|
|
<img src=400x400_green.png>
|
|
<script>
|
|
document.getElementsByTagName("img")[0].removeAttribute("src");
|
|
</script>
|