Files
tubestation/browser/components/screenshots/tests/browser/first-iframe.html

24 lines
445 B
HTML

<!DOCTYPE HTML>
<html lang="en">
<head>
<meta charset="utf-8">
<style>
div {
font-size: 40px;
margin: 30px;
width: 234px;
height: 51px;
color: blue;
}
</style>
</head>
<body>
<div>Hello world!</div>
<iframe
width="300"
height="300"
src="https://example.org/browser/browser/components/screenshots/tests/browser/second-iframe.html"
></iframe>
</body>
</html>