1
0
Fork 0
firefox/testing/web-platform/tests/measure-memory/resources/iframe.sub.html
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

14 lines
287 B
HTML

<!doctype html>
<meta charset="utf-8">
<html>
<script src="/common/get-host-info.sub.js"></script>
<script src="./common.js"></script>
<script>
window.onload = function() {
setTimeout(setupChild, 0);
}
</script>
<body>
Hello from the iframe: <span id="title"></span>
</body>
</html>