4 <title>Hidden overflow on HTML, hidden overflow on BODY
</title>
6 <body style=
"overflow:hidden; 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 not have scrollbars.
</p>