iframe noscroll test

HTML

<iframe scrolling="yes" src="http://wikipedia.de">
</iframe>

CSS

iframe {
    width: 800px;
    height: 400px;
    overflow: hidden;
}