14 lines
373 B
HTML
14 lines
373 B
HTML
<html>
|
|
<!-- https://github.com/qutebrowser/qutebrowser/issues/3711 -->
|
|
<head>
|
|
<title>Issue 3711</title>
|
|
</head>
|
|
<body>
|
|
<!--
|
|
Verify no hint error occurs when hinting input range elements in iframes on qt5.9
|
|
Possibly an issue in chrome.
|
|
-->
|
|
<input min="0" max="1" step="0.001" type="range">
|
|
</body>
|
|
</html>
|