summaryrefslogtreecommitdiff
path: root/monkey-test/ns-infrastructure/load-image-bmp.yaml
blob: f2040497336309b11c3d6e85a7893bbe83bab61a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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