Files
UXP-Fixed/layout/reftests/transform/iframe-1.html
T
2018-02-02 04:16:08 -05: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>