summaryrefslogtreecommitdiff
path: root/monkey-test/load-image-bmp.yaml
diff options
context:
space:
mode:
authorMichael Drake <michael.drake@codethink.co.uk>2019-02-16 15:56:22 +0000
committerMichael Drake <michael.drake@codethink.co.uk>2019-02-16 15:56:22 +0000
commit5007f8a278222e3b9dddc58f6890e2f6f11f6f69 (patch)
tree0b166203e19c57d2b72f0566c947fbb61e9476ad /monkey-test/load-image-bmp.yaml
parentf0dde8c1223fa9cdffcfb44c6a3654d0940e00e0 (diff)
downloadnetsurf-test-5007f8a278222e3b9dddc58f6890e2f6f11f6f69.tar.gz
netsurf-test-5007f8a278222e3b9dddc58f6890e2f6f11f6f69.tar.bz2
tests: Add standalone image tests.
Diffstat (limited to 'monkey-test/load-image-bmp.yaml')
-rw-r--r--monkey-test/load-image-bmp.yaml21
1 files changed, 21 insertions, 0 deletions
diff --git a/monkey-test/load-image-bmp.yaml b/monkey-test/load-image-bmp.yaml
new file mode 100644
index 0000000..f204049
--- /dev/null
+++ b/monkey-test/load-image-bmp.yaml
@@ -0,0 +1,21 @@
+title: load a bmp file
+group: basic
+steps:
+- action: launch
+ language: en
+- action: window-new
+ tag: win1
+- action: navigate
+ window: win1
+ url: https://test.netsurf-browser.org/cgi-bin/image.cgi?format=bmp&width=40&height=30
+- action: block
+ conditions:
+ - window: win1
+ status: complete
+- action: plot-check
+ window: win1
+ checks:
+ - bitmap-count: 1
+- action: window-close
+ window: win1
+- action: quit \ No newline at end of file