Files
UXP-Fixed/layout/reftests/position-dynamic-changes/max-width-ref.html
T
2018-02-02 04:16:08 -05: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>