blob: 5697b0655d8a25fa8e1e38e4e881eaea11c61d72 [file] [log] [blame]
<!DOCTYPE html>
<title>iframe: changing the scrolling attribute</title>
<link rel="author" title="Mason Freed" href="mailto:masonfreed@chromium.org">
<style>
iframe {
width: 100px;
height: 100px;
}
</style>
<p>These two iframes should *both* render with scrollbars:</p>
<iframe src="support/big-page.html" scrolling="unknown"></iframe>
<iframe src="support/big-page.html" scrolling="unknown"></iframe>