1
0
Fork 0
firefox/layout/reftests/forms/button/button-visibility-1-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

25 lines
345 B
HTML

<html>
<head>
<meta charset="utf-8">
<title>Test for bug 1732921</title>
<style>
.parent {
border: 0px;
background: none;
will-change: transform;
}
.child {
visibility: visible;
}
</style>
</head>
<body>
<button class="parent">
<span class="child">foo</span>
</button>
</body>
</html>