tenfourfox/layout/reftests/bugs/430412-1.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

29 lines
505 B
HTML

<!DOCTYPE HTML>
<html>
<head>
<style>
body > div { width:200px; height:50px; overflow:auto; border:1px solid black; margin-bottom:2em; }
body > div > div { height:10px; background:yellow; }
</style>
</head>
<body>
<div>
<div style="width:200.1px;"></div>
</div>
<div>
<div style="width:201px;"></div>
</div>
<div style="direction:rtl;">
<div style="width:200.1px;"></div>
</div>
<div style="direction:rtl;">
<div style="width:201px;"></div>
</div>
</body>
</html>