Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE html>
<html>
<head>
<title>Bug 1998698 test page</title>
<meta charset="utf-8">
</head>
<body>
<iframe src="about:blank" width="100" height="100" id="square"></iframe>
<iframe src="about:blank" width="100" height="50" id="landscape"></iframe>
<iframe src="about:blank" width="50" height="100" id="portrait"></iframe>
<iframe src="http://example.org/" width="100" height="100" id="square-xo"></iframe>
<iframe src="http://example.org/" width="100" height="50" id="landscape-xo"></iframe>
<iframe src="http://example.org/" width="50" height="100" id="portrait-xo"></iframe>
</body>
</html>