Mypal/layout/reftests/position-dynamic-changes/max-width-ref.html
2019-03-11 13:26:37 +03: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>