summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/notifications
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/notifications
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/notifications')
-rw-r--r--testing/web-platform/meta/notifications/constructor-basic.html.ini6
-rw-r--r--testing/web-platform/meta/notifications/constructor-invalid.html.ini6
-rw-r--r--testing/web-platform/meta/notifications/event-onclose.html.ini9
-rw-r--r--testing/web-platform/meta/notifications/event-onshow.html.ini9
-rw-r--r--testing/web-platform/meta/notifications/instance.html.ini6
-rw-r--r--testing/web-platform/meta/notifications/lang.html.ini114
6 files changed, 150 insertions, 0 deletions
diff --git a/testing/web-platform/meta/notifications/constructor-basic.html.ini b/testing/web-platform/meta/notifications/constructor-basic.html.ini
new file mode 100644
index 000000000..41dd43fd6
--- /dev/null
+++ b/testing/web-platform/meta/notifications/constructor-basic.html.ini
@@ -0,0 +1,6 @@
+[constructor-basic.html]
+ type: testharness
+ expected: TIMEOUT
+ [Called the notification constructor with one argument.]
+ expected: NOTRUN
+
diff --git a/testing/web-platform/meta/notifications/constructor-invalid.html.ini b/testing/web-platform/meta/notifications/constructor-invalid.html.ini
new file mode 100644
index 000000000..b992cc8bf
--- /dev/null
+++ b/testing/web-platform/meta/notifications/constructor-invalid.html.ini
@@ -0,0 +1,6 @@
+[constructor-invalid.html]
+ type: testharness
+ expected: TIMEOUT
+ [Called the notification constructor with no arguments.]
+ expected: NOTRUN
+
diff --git a/testing/web-platform/meta/notifications/event-onclose.html.ini b/testing/web-platform/meta/notifications/event-onclose.html.ini
new file mode 100644
index 000000000..1f06e947a
--- /dev/null
+++ b/testing/web-platform/meta/notifications/event-onclose.html.ini
@@ -0,0 +1,9 @@
+[event-onclose.html]
+ type: testharness
+ expected: TIMEOUT
+ [the notification.onclose event can be invoked]
+ expected: NOTRUN
+
+ [Checked test prerequisites.]
+ expected: NOTRUN
+
diff --git a/testing/web-platform/meta/notifications/event-onshow.html.ini b/testing/web-platform/meta/notifications/event-onshow.html.ini
new file mode 100644
index 000000000..1d0e9500e
--- /dev/null
+++ b/testing/web-platform/meta/notifications/event-onshow.html.ini
@@ -0,0 +1,9 @@
+[event-onshow.html]
+ type: testharness
+ expected: TIMEOUT
+ [the notification.onshow event can be invoked]
+ expected: NOTRUN
+
+ [Checked test prerequisites.]
+ expected: NOTRUN
+
diff --git a/testing/web-platform/meta/notifications/instance.html.ini b/testing/web-platform/meta/notifications/instance.html.ini
new file mode 100644
index 000000000..449807e98
--- /dev/null
+++ b/testing/web-platform/meta/notifications/instance.html.ini
@@ -0,0 +1,6 @@
+[instance.html]
+ type: testharness
+ expected: TIMEOUT
+ [Notification instance basic tests]
+ expected: NOTRUN
+
diff --git a/testing/web-platform/meta/notifications/lang.html.ini b/testing/web-platform/meta/notifications/lang.html.ini
new file mode 100644
index 000000000..4dac30701
--- /dev/null
+++ b/testing/web-platform/meta/notifications/lang.html.ini
@@ -0,0 +1,114 @@
+[lang.html]
+ type: testharness
+ expected: TIMEOUT
+ [Roundtripping lang "". Expecting "".]
+ expected: NOTRUN
+
+ [Roundtripping lang "en". Expecting "en".]
+ expected: NOTRUN
+
+ [Roundtripping lang "en-US-x-hixie". Expecting "en-US-x-hixie".]
+ expected: NOTRUN
+
+ [Roundtripping lang "de-DE". Expecting "de-DE".]
+ expected: NOTRUN
+
+ [Roundtripping lang "de-de". Expecting "de-de".]
+ expected: NOTRUN
+
+ [Roundtripping lang "de-De". Expecting "de-De".]
+ expected: NOTRUN
+
+ [Roundtripping lang "de-dE". Expecting "de-dE".]
+ expected: NOTRUN
+
+ [Roundtripping lang "de-DE-1996". Expecting "de-DE-1996".]
+ expected: NOTRUN
+
+ [Roundtripping lang "de-Latn-DE". Expecting "de-Latn-DE".]
+ expected: NOTRUN
+
+ [Roundtripping lang "de-Latf-DE". Expecting "de-Latf-DE".]
+ expected: NOTRUN
+
+ [Roundtripping lang "de-Latn-DE-1996". Expecting "de-Latn-DE-1996".]
+ expected: NOTRUN
+
+ [Roundtripping lang "de-CH". Expecting "de-CH".]
+ expected: NOTRUN
+
+ [Roundtripping lang "it-CH". Expecting "it-CH".]
+ expected: NOTRUN
+
+ [Roundtripping lang "fr-CH". Expecting "fr-CH".]
+ expected: NOTRUN
+
+ [Roundtripping lang "rm-CH". Expecting "rm-CH".]
+ expected: NOTRUN
+
+ [Roundtripping lang "es-CH". Expecting "es-CH".]
+ expected: NOTRUN
+
+ [Roundtripping lang "Latn-de". Expecting "".]
+ expected: NOTRUN
+
+ [Roundtripping lang "Latf-de". Expecting "".]
+ expected: NOTRUN
+
+ [Roundtripping lang "tic-tac-tac-toe". Expecting "".]
+ expected: NOTRUN
+
+ [Roundtripping lang "cocoa-1-bar". Expecting "".]
+ expected: NOTRUN
+
+ [Roundtripping lang "cocoa-a-bar". Expecting "".]
+ expected: NOTRUN
+
+ [Roundtripping lang "en-". Expecting "".]
+ expected: NOTRUN
+
+ [Roundtripping lang "en--". Expecting "".]
+ expected: NOTRUN
+
+ [Roundtripping lang "foo--bar". Expecting "".]
+ expected: NOTRUN
+
+ [Roundtripping lang "id---Java". Expecting "".]
+ expected: NOTRUN
+
+ [Roundtripping lang "fr-x". Expecting "".]
+ expected: NOTRUN
+
+ [Roundtripping lang "fr-xenomorph". Expecting "".]
+ expected: NOTRUN
+
+ [Roundtripping lang "fr-x-xenomorph". Expecting "".]
+ expected: NOTRUN
+
+ [Roundtripping lang "a". Expecting "".]
+ expected: NOTRUN
+
+ [Roundtripping lang "a-fr-lang". Expecting "".]
+ expected: NOTRUN
+
+ [Roundtripping lang "b-fr-lang". Expecting "".]
+ expected: NOTRUN
+
+ [Roundtripping lang "es1-KK-aa-bb-cc-dd". Expecting "".]
+ expected: NOTRUN
+
+ [Roundtripping lang "es2-KL-aa-bb-cc-dd". Expecting "".]
+ expected: NOTRUN
+
+ [Roundtripping lang "es3-KM-aa-bb-cc-dd". Expecting "".]
+ expected: NOTRUN
+
+ [Roundtripping lang "fooÉ". Expecting "".]
+ expected: NOTRUN
+
+ [Roundtripping lang "foöÉ-bÁr". Expecting "".]
+ expected: NOTRUN
+
+ [Roundtripping lang "foöÉbÁr". Expecting "".]
+ expected: NOTRUN
+