mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-19 15:32:31 +00:00
11 lines
206 B
HTML
11 lines
206 B
HTML
<!DOCTYPE html>
|
|
<head>
|
|
<title>foo</title>
|
|
<meta name="title" content="bar" />
|
|
</head>
|
|
<script src="include.js"></script>
|
|
<script>
|
|
test(() => {
|
|
println(document.title);
|
|
});
|
|
</script>
|