tenfourfox/layout/reftests/position-dynamic-changes/max-width-ref.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

11 lines
174 B
HTML

<!DOCTYPE html>
<html>
<body>
<style>
#a { border: 1px solid black; max-width: 200px; height: 100px; }
</style>
<div id="a">
</div>
</body>
</html>