Gitweb links:

...log 
http://git.netsurf-browser.org/netsurf-test.git/shortlog/74b6c433d570a657eabe08df04c9d505837c75c7
...commit 
http://git.netsurf-browser.org/netsurf-test.git/commit/74b6c433d570a657eabe08df04c9d505837c75c7
...tree 
http://git.netsurf-browser.org/netsurf-test.git/tree/74b6c433d570a657eabe08df04c9d505837c75c7

The branch, master has been updated
       via  74b6c433d570a657eabe08df04c9d505837c75c7 (commit)
      from  e090974000e3d6d93ef8154becfb53bd43595843 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commitdiff 
http://git.netsurf-browser.org/netsurf-test.git/commit/?id=74b6c433d570a657eabe08df04c9d505837c75c7
commit 74b6c433d570a657eabe08df04c9d505837c75c7
Author: Daniel Silverstone <[email protected]>
Commit: Daniel Silverstone <[email protected]>

    monkey-test: Add aborted-fetch to verify we don't leak
    
    Signed-off-by: Daniel Silverstone <[email protected]>

diff --git a/monkey-test/aborted-fetch.yaml b/monkey-test/aborted-fetch.yaml
new file mode 100644
index 0000000..90a2ee1
--- /dev/null
+++ b/monkey-test/aborted-fetch.yaml
@@ -0,0 +1,23 @@
+title: Test we can hard-abort a fetch
+group: initial
+steps:
+- action: launch
+  language: en
+  options:
+  - enable_javascript=1
+- action: window-new
+  tag: win1
+
+# Ensure we can load the page properly in the first place
+- action: navigate
+  window: win1
+  url: http://test.netsurf-browser.org/cgi-bin/sleep.cgi
+# Wait a full three seconds for the page to start loading properly
+- action: sleep-ms
+  time: 3000
+  conditions: []
+# Now stop dead and hope we don't see anything bad in the logs
+- action: window-close
+  window: win1
+- action: quit
+


-----------------------------------------------------------------------

Summary of changes:
 monkey-test/aborted-fetch.yaml |   23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)
 create mode 100644 monkey-test/aborted-fetch.yaml

diff --git a/monkey-test/aborted-fetch.yaml b/monkey-test/aborted-fetch.yaml
new file mode 100644
index 0000000..90a2ee1
--- /dev/null
+++ b/monkey-test/aborted-fetch.yaml
@@ -0,0 +1,23 @@
+title: Test we can hard-abort a fetch
+group: initial
+steps:
+- action: launch
+  language: en
+  options:
+  - enable_javascript=1
+- action: window-new
+  tag: win1
+
+# Ensure we can load the page properly in the first place
+- action: navigate
+  window: win1
+  url: http://test.netsurf-browser.org/cgi-bin/sleep.cgi
+# Wait a full three seconds for the page to start loading properly
+- action: sleep-ms
+  time: 3000
+  conditions: []
+# Now stop dead and hope we don't see anything bad in the logs
+- action: window-close
+  window: win1
+- action: quit
+


-- 
NetSurf test cases

_______________________________________________
netsurf-commits mailing list
[email protected]
http://listmaster.pepperfish.net/cgi-bin/mailman/listinfo/netsurf-commits-netsurf-browser.org

Reply via email to