mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-08 18:11:52 +00:00
8 lines
287 B
HTML
8 lines
287 B
HTML
<!DOCTYPE quirks>
|
|
<script src="include.js"></script>
|
|
<script type="">
|
|
test(() => {
|
|
println(`document.compatMode: ${document.compatMode}`);
|
|
println(`document.scrollingElement is body element: ${document.scrollingElement === document.body}`);
|
|
});
|
|
</script>
|