1
0
mirror of https://github.com/roytam1/UXP.git synced 2026-06-12 11:28:57 +00:00
Files
UXP/layout/reftests/forms/meter/max-height.html
T

12 lines
192 B
HTML

<!DOCTYPE html>
<style>
meter {
max-height: 50px;
padding: 23px;
border: 1px solid black;
box-sizing: border-box;
overflow: hidden;
}
</style>
<meter>Some text</meter>