gecko/layout/reftests/transform/iframe-1.html

16 lines
227 B
HTML
Raw Normal View History

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