1
0
Fork 0
firefox/layout/reftests/forms/input/range/track-default-rendering.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

22 lines
445 B
HTML

<!DOCTYPE HTML>
<!--
Any copyright is dedicated to the Public Domain.
http://creativecommons.org/publicdomain/zero/1.0/
-->
<!-- https://bugzilla.mozilla.org/show_bug.cgi?id=1524573 -->
<html><head>
<meta charset="utf-8">
<title>Testcase for bug 1583660</title>
<style>
input::-moz-range-thumb {
visibility:hidden;
}
</style>
</head>
<body>
<input type=range>
<input type=range orient=vertical>
</body>
</html>