mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-10-29 07:03:29 +00:00
9 lines
300 B
HTML
9 lines
300 B
HTML
<head id="the_head">
|
|
<script src="testing.js"></script>
|
|
</head>
|
|
<body id="the_body">
|
|
<script id="test-document-head-body">
|
|
testing.expectEqual(document.getElementById('the_head'), document.head);
|
|
testing.expectEqual(document.getElementById('the_body'), document.body);
|
|
</script>
|
|
</body> |