1
0
mirror of https://github.com/roytam1/UXP.git synced 2026-05-27 07:39:55 +00:00
Files
UXP/layout/reftests/position-dynamic-changes/max-width-ref.html
T

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>