Blacklist non-implemented qtwebkit frame features
This commit is contained in:
parent
b87f0b6f65
commit
012e63520f
@ -212,7 +212,7 @@ Feature: Using hints
|
|||||||
Scenario: Using :follow-hint inside an iframe button
|
Scenario: Using :follow-hint inside an iframe button
|
||||||
When I open data/hints/iframe_button.html
|
When I open data/hints/iframe_button.html
|
||||||
And I hint with args "all normal" and follow s
|
And I hint with args "all normal" and follow s
|
||||||
Then "navigation request: url http://localhost:*/data/hello.txt, type NavigationTypeLinkClicked, *" should be logged
|
Then "navigation request: url http://localhost:*/data/hello.txt, *" should be logged
|
||||||
|
|
||||||
Scenario: Hinting inputs in an iframe without type
|
Scenario: Hinting inputs in an iframe without type
|
||||||
When I open data/hints/iframe_input.html
|
When I open data/hints/iframe_input.html
|
||||||
@ -241,6 +241,7 @@ Feature: Using hints
|
|||||||
And I run :tab-only
|
And I run :tab-only
|
||||||
And I hint with args "links tab" and follow a
|
And I hint with args "links tab" and follow a
|
||||||
And I wait until data/hello.txt is loaded
|
And I wait until data/hello.txt is loaded
|
||||||
|
And I wait 0.5s
|
||||||
Then the following tabs should be open:
|
Then the following tabs should be open:
|
||||||
- data/hints/iframe_target.html
|
- data/hints/iframe_target.html
|
||||||
- data/hello.txt (active)
|
- data/hello.txt (active)
|
||||||
|
@ -239,6 +239,7 @@ Feature: Searching on a page
|
|||||||
- data/search.html
|
- data/search.html
|
||||||
- data/hello.txt (active)
|
- data/hello.txt (active)
|
||||||
|
|
||||||
|
@qtwebkit_skip: Not supported in qtwebkit
|
||||||
Scenario: Follow a searched link in an iframe
|
Scenario: Follow a searched link in an iframe
|
||||||
When I open data/iframe_search.html
|
When I open data/iframe_search.html
|
||||||
And I run :tab-only
|
And I run :tab-only
|
||||||
@ -247,6 +248,7 @@ Feature: Searching on a page
|
|||||||
And I run :follow-selected
|
And I run :follow-selected
|
||||||
Then "navigation request: url http://localhost:*/data/hello.txt, type NavigationTypeLinkClicked, is_main_frame False" should be logged
|
Then "navigation request: url http://localhost:*/data/hello.txt, type NavigationTypeLinkClicked, is_main_frame False" should be logged
|
||||||
|
|
||||||
|
@qtwebkit_skip: Not supported in qtwebkit
|
||||||
Scenario: Follow a tabbed searched link in an iframe
|
Scenario: Follow a tabbed searched link in an iframe
|
||||||
When I open data/iframe_search.html
|
When I open data/iframe_search.html
|
||||||
And I run :tab-only
|
And I run :tab-only
|
||||||
|
Loading…
Reference in New Issue
Block a user