summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/navigation-timing
diff options
context:
space:
mode:
authorMatt A. Tobin <mattatobin@localhost.localdomain>2018-02-02 04:16:08 -0500
committerMatt A. Tobin <mattatobin@localhost.localdomain>2018-02-02 04:16:08 -0500
commit5f8de423f190bbb79a62f804151bc24824fa32d8 (patch)
tree10027f336435511475e392454359edea8e25895d /testing/web-platform/meta/navigation-timing
parent49ee0794b5d912db1f95dce6eb52d781dc210db5 (diff)
downloadUXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar
UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.gz
UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.lz
UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.xz
UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.zip
Add m-esr52 at 52.6.0
Diffstat (limited to 'testing/web-platform/meta/navigation-timing')
-rw-r--r--testing/web-platform/meta/navigation-timing/idlharness.html.ini32
-rw-r--r--testing/web-platform/meta/navigation-timing/test_navigation_type_reload.html.ini4
-rw-r--r--testing/web-platform/meta/navigation-timing/test_timing_reload.html.ini4
-rw-r--r--testing/web-platform/meta/navigation-timing/test_timing_xserver_redirect.html.ini4
4 files changed, 44 insertions, 0 deletions
diff --git a/testing/web-platform/meta/navigation-timing/idlharness.html.ini b/testing/web-platform/meta/navigation-timing/idlharness.html.ini
new file mode 100644
index 000000000..4b43910f6
--- /dev/null
+++ b/testing/web-platform/meta/navigation-timing/idlharness.html.ini
@@ -0,0 +1,32 @@
+[idlharness.html]
+ type: testharness
+ [PerformanceTiming interface: attribute secureConnectionStart]
+ expected: FAIL
+
+ [PerformanceTiming interface: window.performance.timing must inherit property "secureConnectionStart" with the proper type (10)]
+ expected: FAIL
+
+ [Performance interface: existence and properties of interface object]
+ expected: FAIL
+
+ [Performance interface: existence and properties of interface prototype object]
+ expected: FAIL
+
+ [EventTarget interface: window.performance must inherit property "addEventListener" with the proper type (0)]
+ expected: FAIL
+
+ [EventTarget interface: calling addEventListener(DOMString,EventListener,boolean) on window.performance with too few arguments must throw TypeError]
+ expected: FAIL
+
+ [EventTarget interface: window.performance must inherit property "removeEventListener" with the proper type (1)]
+ expected: FAIL
+
+ [EventTarget interface: calling removeEventListener(DOMString,EventListener,boolean) on window.performance with too few arguments must throw TypeError]
+ expected: FAIL
+
+ [EventTarget interface: window.performance must inherit property "dispatchEvent" with the proper type (2)]
+ expected: FAIL
+
+ [EventTarget interface: calling dispatchEvent(Event) on window.performance with too few arguments must throw TypeError]
+ expected: FAIL
+
diff --git a/testing/web-platform/meta/navigation-timing/test_navigation_type_reload.html.ini b/testing/web-platform/meta/navigation-timing/test_navigation_type_reload.html.ini
new file mode 100644
index 000000000..a1a6a23e6
--- /dev/null
+++ b/testing/web-platform/meta/navigation-timing/test_navigation_type_reload.html.ini
@@ -0,0 +1,4 @@
+[test_navigation_type_reload.html]
+ type: testharness
+ disabled:
+ if os == "mac": bug 1155555
diff --git a/testing/web-platform/meta/navigation-timing/test_timing_reload.html.ini b/testing/web-platform/meta/navigation-timing/test_timing_reload.html.ini
new file mode 100644
index 000000000..4c1edd8c5
--- /dev/null
+++ b/testing/web-platform/meta/navigation-timing/test_timing_reload.html.ini
@@ -0,0 +1,4 @@
+[test_timing_reload.html]
+ type: testharness
+ disabled:
+ if os == "mac": bug 1171916
diff --git a/testing/web-platform/meta/navigation-timing/test_timing_xserver_redirect.html.ini b/testing/web-platform/meta/navigation-timing/test_timing_xserver_redirect.html.ini
new file mode 100644
index 000000000..fba9bfef4
--- /dev/null
+++ b/testing/web-platform/meta/navigation-timing/test_timing_xserver_redirect.html.ini
@@ -0,0 +1,4 @@
+[test_timing_xserver_redirect.html]
+ type: testharness
+ disabled:
+ if (os == "mac") and (version == "OS X 10.10"): https://bugzilla.mozilla.org/show_bug.cgi?id=1172135