mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 14:45:29 +00:00
9 lines
133 B
HTML
9 lines
133 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<script>
|
|
document.x = 5
|
|
</script>
|
|
<img id="y" name="y"></div>
|
|
<img id="z" name="z"></div>
|
|
</html>
|