mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-24 18:02:20 +00:00
11 lines
207 B
HTML
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>
|