1
0
Fork 0
firefox/browser/base/content/test/about/iframe_page_xfo.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

16 lines
356 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Dummy iFrame page</title>
</head>
<body>
<h1>iFrame XFO test</h1>
<iframe id="theIframe"
sandbox="allow-scripts"
width=800
height=800
src="http://example.org:8000/browser/browser/base/content/test/about/xfo_iframe.sjs">
</iframe>
</body>
</html>