<!DOCTYPE html> | |
<html> | |
<body> | |
<p>Below there should be a yellow rectangle with a horizontal scrollbar, and nothing else.</p> | |
<div style="overflow:auto; width:16em; background:yellow;"> | |
<div style="width:200%; height:16em;"></div> | |
</div> | |
</body> | |
</html> |