| <!DOCTYPE html> |
| <title>The scrolling attribute</title> |
| <link rel="author" title="Mason Freed" href="mailto:[email protected]"> |
| |
| |
| |
| <style> |
| iframe { |
| width: 100px; |
| height: 100px; |
| } |
| </style> |
| |
| <p>This page tests the behavior of the <tt>scrolling</tt> attribute on |
| <tt><iframe></tt> elements which contain a page large enough to need to |
| be scrolled.</p> |
| |
| <iframe src="support/big-page.html" scrolling="auto"></iframe> |
| <iframe src="support/big-page.html" scrolling="auto"></iframe> |
| <iframe src="support/big-page.html" scrolling="auto"></iframe> |
| <iframe src="support/big-page.html" scrolling="auto"></iframe> |
| <iframe src="support/big-page.html" scrolling="auto"></iframe> |
| <iframe src="support/big-page.html" scrolling="no"></iframe> |
| <iframe src="support/big-page.html" scrolling="no"></iframe> |
| <iframe src="support/big-page.html" scrolling="no"></iframe> |
| <iframe src="support/big-page.html" scrolling="no"></iframe> |
| <iframe src="support/big-page.html" scrolling="auto"></iframe> |
| <iframe src="support/big-page.html" scrolling="auto"></iframe> |
| |