2025-03-18 19:28:35 +01:00
|
|
|
<!DOCTYPE html>
|
2024-07-19 16:15:07 +02:00
|
|
|
<img height="2147483647">
|
|
|
|
|
<script src="../include.js"></script>
|
|
|
|
|
<script>
|
|
|
|
|
test(() => {
|
|
|
|
|
let img = document.querySelector("img");
|
|
|
|
|
println("Image height: " + img.offsetHeight);
|
|
|
|
|
img.remove();
|
|
|
|
|
});
|
|
|
|
|
</script>
|