summaryrefslogtreecommitdiff
path: root/monkey-test/ns-infrastructure/ecmascript.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'monkey-test/ns-infrastructure/ecmascript.yaml')
-rw-r--r--monkey-test/ns-infrastructure/ecmascript.yaml13
1 files changed, 13 insertions, 0 deletions
diff --git a/monkey-test/ns-infrastructure/ecmascript.yaml b/monkey-test/ns-infrastructure/ecmascript.yaml
index 82ec892..feb023e 100644
--- a/monkey-test/ns-infrastructure/ecmascript.yaml
+++ b/monkey-test/ns-infrastructure/ecmascript.yaml
@@ -34,6 +34,19 @@ steps:
checks:
- text-contains: "YESNOReferenceError"
+# ensure innerHTML works
+- action: navigate
+ window: win1
+ url: http://test.netsurf-browser.org/html/inner.html
+- action: block
+ conditions:
+ - window: win1
+ status: complete
+- action: plot-check
+ window: win1
+ checks:
+ - text-contains: "innerHTML worked"
+
- action: window-close
window: win1
- action: quit