ladybird/Tests/LibWeb/Text/input/unclosed-body-element.html
2025-03-20 11:50:49 +01:00

11 lines
207 B
HTML

<!DOCTYPE html>
<div>
<body
<pre>
<script src="include.js"></script>
<script>
test(() => {
println(`Body element has '<pre' attribute: ${document.body.hasAttribute('<pre')}`);
});
</script>