title: load trivial document with png group: basic steps: - action: launch language: en - action: window-new tag: win1 - action: navigate window: win1 url: http://test.netsurf-browser.org/html/trivial-document-with-png.html - action: block conditions: - window: win1 status: complete - action: plot-check window: win1 checks: - text-contains: Trivial document with PNG - bitmap-count: 1 - action: navigate window: win1 url: resource:netsurf.png - action: block conditions: - window: win1 status: complete - action: window-close window: win1 - action: quit