title: Test list styling group: list-style steps: - action: launch language: en - action: window-new tag: win1 - action: navigate window: win1 url: https://test.netsurf-browser.org/cgi-bin/ordered-list.cgi?liststyle=decimal&listcount=10000 - action: block conditions: - window: win1 status: complete - action: plot-check window: win1 area: extent checks: - text-contains: "1 1." - text-contains: "9999 9999." - action: navigate window: win1 url: https://test.netsurf-browser.org/cgi-bin/ordered-list.cgi?liststyle=lower-roman&listcount=10000 - action: block conditions: - window: win1 status: complete - action: plot-check window: win1 area: extent checks: - text-contains: "1 i." - text-contains: "3999 mmmcmxcix." - text-contains: "4000 4000." - text-contains: "9999 9999." - action: navigate window: win1 url: https://test.netsurf-browser.org/cgi-bin/ordered-list.cgi?liststyle=upper-roman&listcount=10000 - action: block conditions: - window: win1 status: complete - action: plot-check window: win1 area: extent checks: - text-contains: "1 I." - text-contains: "3999 MMMCMXCIX." - text-contains: "4000 4000." - text-contains: "9999 9999." - action: navigate window: win1 url: https://test.netsurf-browser.org/cgi-bin/ordered-list.cgi?liststyle=lower-alpha&listcount=10000 - action: block conditions: - window: win1 status: complete - action: plot-check window: win1 area: extent checks: - text-contains: "1 a." - text-contains: "9999 nto." - action: navigate window: win1 url: https://test.netsurf-browser.org/cgi-bin/ordered-list.cgi?liststyle=upper-alpha&listcount=10000 - action: block conditions: - window: win1 status: complete - action: plot-check window: win1 area: extent checks: - text-contains: "1 A." - text-contains: "9999 NTO." - action: navigate window: win1 url: https://test.netsurf-browser.org/cgi-bin/ordered-list.cgi?liststyle=lower-greek&listcount=10000 - action: block conditions: - window: win1 status: complete - action: plot-check window: win1 area: extent checks: - text-contains: "1 α." - text-contains: "9999 ρθο." - action: window-close window: win1 - action: quit