mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-11-08 09:11:01 +00:00
9 lines
196 B
HTML
9 lines
196 B
HTML
|
|
<!DOCTYPE html>
|
||
|
|
<script src="../include.js"></script>
|
||
|
|
<div id=""></div>
|
||
|
|
<script>
|
||
|
|
test(() => {
|
||
|
|
println(`document.getElementById(""): ${document.getElementById("")}`);
|
||
|
|
});
|
||
|
|
</script>
|