mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-02 07:05:24 +00:00
16 lines
227 B
HTML
16 lines
227 B
HTML
|
<html>
|
||
|
<head>
|
||
|
<style>
|
||
|
iframe {
|
||
|
overflow: hidden;
|
||
|
height: 200px;
|
||
|
width: 300px;
|
||
|
}
|
||
|
</style>
|
||
|
</head>
|
||
|
<body>
|
||
|
<iframe src="iframe-transform.html">
|
||
|
</iframe>
|
||
|
</body>
|
||
|
</html>
|