tenfourfox/layout/reftests/transform/iframe-1-ref.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

16 lines
217 B
HTML

<html>
<head>
<style>
iframe {
overflow: hidden;
height: 200px;
width: 300px;
}
</style>
</head>
<body>
<iframe src="about:blank">
</iframe>
</body>
</html>