summaryrefslogtreecommitdiff
path: root/tests/end2end/data/hints/issue3711.html
blob: 6abceccc29c7e69d24bc8f3ccb07495ff77bb5e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<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>