From d49e6d0229aa66245bd93849ee72e0bc897ae18e Mon Sep 17 00:00:00 2001 From: Jay Kamat Date: Tue, 13 Mar 2018 19:11:36 -0400 Subject: Add test for #3711 (cherry picked from commit 35beff98a94213f725a0a568e4d2a81d2b43c926) --- tests/end2end/data/hints/issue3711.html | 13 +++++++++++++ tests/end2end/data/hints/issue3711_frame.html | 11 +++++++++++ tests/end2end/features/hints.feature | 5 +++++ 3 files changed, 29 insertions(+) create mode 100644 tests/end2end/data/hints/issue3711.html create mode 100644 tests/end2end/data/hints/issue3711_frame.html diff --git a/tests/end2end/data/hints/issue3711.html b/tests/end2end/data/hints/issue3711.html new file mode 100644 index 000000000..6abceccc2 --- /dev/null +++ b/tests/end2end/data/hints/issue3711.html @@ -0,0 +1,13 @@ + + + + Issue 3711 + + + + + + diff --git a/tests/end2end/data/hints/issue3711_frame.html b/tests/end2end/data/hints/issue3711_frame.html new file mode 100644 index 000000000..37c5e5b71 --- /dev/null +++ b/tests/end2end/data/hints/issue3711_frame.html @@ -0,0 +1,11 @@ + + + + + + Issue 3771 Parent Frame + + + + + diff --git a/tests/end2end/features/hints.feature b/tests/end2end/features/hints.feature index a2ac468d0..a1c4d0bde 100644 --- a/tests/end2end/features/hints.feature +++ b/tests/end2end/features/hints.feature @@ -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 -- cgit v1.2.3-54-g00ecf