iframe-scrolling-attribute-values-ref.html (1047B)
1 <!DOCTYPE html> 2 <title>The scrolling attribute</title> 3 <link rel="author" href="mailto:masonf@chromium.org"> 4 5 6 7 <style> 8 iframe { 9 width: 100px; 10 height: 100px; 11 } 12 </style> 13 14 <p>This page tests the behavior of the <tt>scrolling</tt> attribute on 15 <tt><iframe></tt> elements which contain a page large enough to need to 16 be scrolled.</p> 17 18 <iframe src="support/big-page.html" scrolling="auto"></iframe> 19 <iframe src="support/big-page.html" scrolling="auto"></iframe> 20 <iframe src="support/big-page.html" scrolling="auto"></iframe> 21 <iframe src="support/big-page.html" scrolling="auto"></iframe> 22 <iframe src="support/big-page.html" scrolling="auto"></iframe> 23 <iframe src="support/big-page.html" scrolling="no"></iframe> 24 <iframe src="support/big-page.html" scrolling="no"></iframe> 25 <iframe src="support/big-page.html" scrolling="no"></iframe> 26 <iframe src="support/big-page.html" scrolling="no"></iframe> 27 <iframe src="support/big-page.html" scrolling="auto"></iframe> 28 <iframe src="support/big-page.html" scrolling="auto"></iframe>