mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-13 12:31:51 +00:00
11 lines
222 B
HTML
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>
|