4 <title>Scroll overflow on HTML, hidden overflow on BODY
</title>
6 <body style=
"overflow:scroll; background:white; color:black;">
7 <div style=
"overflow:hidden; width:20em; height:20em; background:cyan;">
8 <p>This text should be inside a cyan box. There should be no red.
</p>
9 <p>The viewport should have scrollbars (that are not scrollable, due to lack of content).
</p>