8 <p>This page tests the behavior of the
<tt>scrolling
</tt> attribute on
9 <tt><iframe
></tt> elements which contain a page large enough to need to
12 <iframe src=
"resources/big-page.html"></iframe>
13 <iframe src=
"resources/big-page.html" scrolling
></iframe>
14 <iframe src=
"resources/big-page.html" scrolling=
""></iframe>
15 <iframe src=
"resources/big-page.html" scrolling=
"auto"></iframe>
16 <iframe src=
"resources/big-page.html" scrolling=
"yes"></iframe>
17 <iframe src=
"resources/big-page.html" scrolling=
"no"></iframe>
18 <iframe src=
"resources/big-page.html" scrolling=
"bogus"></iframe>
19 <iframe src=
"resources/big-page.html" scrolling=
"1234"></iframe>