1
0
Fork 0
firefox/layout/reftests/font-inflation/form-button-fixed-height-ref.html
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

20 lines
343 B
HTML

<!DOCTYPE HTML>
<meta charset="utf-8">
<style>
div.outer {
width: 450px;
font-size: 34px;
}
button {
font-size: 12px;
height: 20px;
}
</style>
<!--
Because this button has a fixed height,
font inflation should be disabled.
-->
<div class="outer">
<form><button>Add Comment</button></form>
</div>