Add test for #3711
This commit is contained in:
parent
a6e94cf30c
commit
35beff98a9
13
tests/end2end/data/hints/issue3711.html
Normal file
13
tests/end2end/data/hints/issue3711.html
Normal file
@ -0,0 +1,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>
|
11
tests/end2end/data/hints/issue3711_frame.html
Normal file
11
tests/end2end/data/hints/issue3711_frame.html
Normal file
@ -0,0 +1,11 @@
|
||||
<!DOCTYPE html>
|
||||
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Issue 3771 Parent Frame</title>
|
||||
</head>
|
||||
<body>
|
||||
<iframe src="./issue3711.html"></iframe>
|
||||
</body>
|
||||
</html>
|
@ -249,6 +249,11 @@ Feature: Using hints
|
||||
And I hint with args "all current" and follow a
|
||||
Then no crash should happen
|
||||
|
||||
Scenario: No error when hinting ranged input in frames
|
||||
When I open data/hints/issue3711_frame.html
|
||||
And I hint with args "all current" and follow a
|
||||
Then no crash should happen
|
||||
|
||||
### hints.auto_follow.timeout
|
||||
|
||||
@not_mac @flaky
|
||||
|
Loading…
Reference in New Issue
Block a user