Gitweb links:

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

The branch, master has been updated
       via  e995422137ad124718c97326e205ce531d8b0536 (commit)
      from  0cdd48b77844bf9339d1c2a2c2658cdb146f2c88 (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=e995422137ad124718c97326e205ce531d8b0536
commit e995422137ad124718c97326e205ce531d8b0536
Author: Daniel Silverstone <[email protected]>
Commit: Daniel Silverstone <[email protected]>

    Add page info state tests
    
    Signed-off-by: Daniel Silverstone <[email protected]>

diff --git a/monkey-test/ns-infrastructure/state-test.yaml 
b/monkey-test/ns-infrastructure/state-test.yaml
new file mode 100644
index 0000000..6f25a78
--- /dev/null
+++ b/monkey-test/ns-infrastructure/state-test.yaml
@@ -0,0 +1,69 @@
+title: Page state info test
+group: basic
+steps:
+- action: launch
+  language: en
+- action: window-new
+  tag: win1
+- action: navigate
+  window: win1
+  url: about:config
+- action: block
+  conditions:
+  - window: win1
+    status: complete
+- action: page-info-state
+  window: win1
+  match: INTERNAL
+- action: navigate
+  window: win1
+  url: file:///
+- action: block
+  conditions:
+  - window: win1
+    status: complete
+- action: page-info-state
+  window: win1
+  match: LOCAL
+- action: navigate
+  window: win1
+  url: http://test.netsurf-browser.org/html/trivial-document.html
+- action: block
+  conditions:
+  - window: win1
+    status: complete
+- action: page-info-state
+  window: win1
+  match: INSECURE
+- action: navigate
+  window: win1
+  url: https://test.netsurf-browser.org/html/trivial-document.html
+- action: block
+  conditions:
+  - window: win1
+    status: complete
+- action: page-info-state
+  window: win1
+  match: SECURE
+- action: navigate
+  window: win1
+  url: https://test.netsurf-browser.org/html/trivial-document-with-png.html
+- action: block
+  conditions:
+  - window: win1
+    status: complete
+- action: page-info-state
+  window: win1
+  match: SECURE
+- action: navigate
+  window: win1
+  url: 
https://test.netsurf-browser.org/html/trivial-document-with-http-png.html
+- action: block
+  conditions:
+  - window: win1
+    status: complete
+- action: page-info-state
+  window: win1
+  match: SECURE_ISSUES
+- action: quit
+


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

Summary of changes:
 monkey-test/ns-infrastructure/state-test.yaml |   69 +++++++++++++++++++++++++
 1 file changed, 69 insertions(+)
 create mode 100644 monkey-test/ns-infrastructure/state-test.yaml

diff --git a/monkey-test/ns-infrastructure/state-test.yaml 
b/monkey-test/ns-infrastructure/state-test.yaml
new file mode 100644
index 0000000..6f25a78
--- /dev/null
+++ b/monkey-test/ns-infrastructure/state-test.yaml
@@ -0,0 +1,69 @@
+title: Page state info test
+group: basic
+steps:
+- action: launch
+  language: en
+- action: window-new
+  tag: win1
+- action: navigate
+  window: win1
+  url: about:config
+- action: block
+  conditions:
+  - window: win1
+    status: complete
+- action: page-info-state
+  window: win1
+  match: INTERNAL
+- action: navigate
+  window: win1
+  url: file:///
+- action: block
+  conditions:
+  - window: win1
+    status: complete
+- action: page-info-state
+  window: win1
+  match: LOCAL
+- action: navigate
+  window: win1
+  url: http://test.netsurf-browser.org/html/trivial-document.html
+- action: block
+  conditions:
+  - window: win1
+    status: complete
+- action: page-info-state
+  window: win1
+  match: INSECURE
+- action: navigate
+  window: win1
+  url: https://test.netsurf-browser.org/html/trivial-document.html
+- action: block
+  conditions:
+  - window: win1
+    status: complete
+- action: page-info-state
+  window: win1
+  match: SECURE
+- action: navigate
+  window: win1
+  url: https://test.netsurf-browser.org/html/trivial-document-with-png.html
+- action: block
+  conditions:
+  - window: win1
+    status: complete
+- action: page-info-state
+  window: win1
+  match: SECURE
+- action: navigate
+  window: win1
+  url: 
https://test.netsurf-browser.org/html/trivial-document-with-http-png.html
+- action: block
+  conditions:
+  - window: win1
+    status: complete
+- action: page-info-state
+  window: win1
+  match: SECURE_ISSUES
+- 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