ladybird/Tests/LibWeb/Text/input/unclosed-html-element.html

12 lines
222 B
HTML
Raw Normal View History

2025-03-18 19:28:35 +01:00
<!DOCTYPE html>
<link>
<html
<head>
<script src="include.js"></script>
<script>
test(() => {
println(`HTML element has '<head' attribute: ${document.documentElement.hasAttribute('<head')}`);
});
</script>