summaryrefslogtreecommitdiff
path: root/tests/end2end/data/hints/issue3711.html
blob: 51bf560c180fb8d9335bf2e149596dd12dc4b3e9 (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 onload="console.log('issue3711 loaded')">
        <!--
        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>