blob: 3ad788eb84e8ae8ffb9d8fdb6043af1ba5e6a74b (
plain)
1
2
3
4
5
6
7
8
|
<!DOCTYPE html>
<html>
<body>
<div style="overflow-x:hidden">
<div id="testdiv" style="width:200px;margin-top:50px;height:10px;background-color:green"></div>
</div>
</body>
</html>
|