File: issue3711.html

package info (click to toggle)
qutebrowser 3.6.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 21,432 kB
  • sloc: python: 72,411; javascript: 31,862; sh: 874; xml: 149; makefile: 52
file content (13 lines) | stat: -rw-r--r-- 414 bytes parent folder | download | duplicates (2)
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>