mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
5 lines
127 B
HTML
5 lines
127 B
HTML
<!doctype html>
|
|
<img src=400x400_green.png>
|
|
<script>
|
|
document.getElementsByTagName("img")[0].removeAttribute("src");
|
|
</script>
|