mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 17:55:07 +02:00
12 lines
207 B
HTML
12 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>
|