You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
595 B
29 lines
595 B
title: run inserted-script test in JS enabled browser
|
|
group: basic
|
|
steps:
|
|
- action: launch
|
|
args:
|
|
- "--enable_javascript=1"
|
|
- action: window-new
|
|
tag: win1
|
|
- action: clear-log
|
|
window: win1
|
|
- action: navigate
|
|
window: win1
|
|
url: about:blank
|
|
- action: block
|
|
conditions:
|
|
- window: win1
|
|
status: complete
|
|
- action: js-exec
|
|
window: win1
|
|
cmd: location.assign("file:///home/dsilvers/dev-netsurf/workspace/netsurf/test/js/inserted-script.html")
|
|
- action: block
|
|
conditions:
|
|
- window: win1
|
|
status: complete
|
|
- action: wait-log
|
|
window: win1
|
|
substring: deferred
|
|
- action: quit
|