qutebrowser/tests/end2end/data/hints/issue3711.html

14 lines
373 B
HTML
Raw Normal View History

2018-03-14 00:11:36 +01:00
<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>