iframe-scrolling-attribute-ref.html (406B)
1 <!DOCTYPE html> 2 <title>iframe: changing 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>These two iframes should *both* render with scrollbars:</p> 15 <iframe src="support/big-page.html" scrolling="unknown"></iframe> 16 <iframe src="support/big-page.html" scrolling="unknown"></iframe>