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

11 lines
222 B
HTML

<!DOCTYPE html>
<link>
<html
<head>
<script src="include.js"></script>
<script>
test(() => {
println(`HTML element has '<head' attribute: ${document.documentElement.hasAttribute('<head')}`);
});
</script>