mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-22 14:31:20 +03:00
1736bdcfee
Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
29 lines
595 B
YAML
29 lines
595 B
YAML
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
|