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

15 lines
216 B
HTML

<html>
<head>
<style>
iframe {
height: 200px;
width: 300px;
}
</style>
</head>
<body>
<iframe scrolling="no" src="iframe-transform.html">
</iframe>
</body>
</html>