diff options
Diffstat (limited to 'testing/web-platform/meta/orientation-event/motion')
7 files changed, 61 insertions, 0 deletions
diff --git a/testing/web-platform/meta/orientation-event/motion/add-during-dispatch.https.html.ini b/testing/web-platform/meta/orientation-event/motion/add-during-dispatch.https.html.ini new file mode 100644 index 0000000000..1549dbe3ac --- /dev/null +++ b/testing/web-platform/meta/orientation-event/motion/add-during-dispatch.https.html.ini @@ -0,0 +1,5 @@ +[add-during-dispatch.https.html] + expected: ERROR + [Test no fire listeners added during event dispatch.] + expected: FAIL + diff --git a/testing/web-platform/meta/orientation-event/motion/add-listener-from-callback.https.html.ini b/testing/web-platform/meta/orientation-event/motion/add-listener-from-callback.https.html.ini new file mode 100644 index 0000000000..b7c39640cf --- /dev/null +++ b/testing/web-platform/meta/orientation-event/motion/add-listener-from-callback.https.html.ini @@ -0,0 +1,5 @@ +[add-listener-from-callback.https.html] + expected: ERROR + [Tests that adding a new devicemotion event listener from a callback works as expected.] + expected: FAIL + diff --git a/testing/web-platform/meta/orientation-event/motion/create-event.https.html.ini b/testing/web-platform/meta/orientation-event/motion/create-event.https.html.ini new file mode 100644 index 0000000000..05382f8ffe --- /dev/null +++ b/testing/web-platform/meta/orientation-event/motion/create-event.https.html.ini @@ -0,0 +1,4 @@ +[create-event.https.html] + [Tests that document.createEvent() works with DeviceMotionEvent.] + expected: FAIL + diff --git a/testing/web-platform/meta/orientation-event/motion/multiple-event-listeners.https.html.ini b/testing/web-platform/meta/orientation-event/motion/multiple-event-listeners.https.html.ini new file mode 100644 index 0000000000..7892459099 --- /dev/null +++ b/testing/web-platform/meta/orientation-event/motion/multiple-event-listeners.https.html.ini @@ -0,0 +1,5 @@ +[multiple-event-listeners.https.html] + expected: ERROR + [Tests using multiple event handlers for the Device Motion API.] + expected: FAIL + diff --git a/testing/web-platform/meta/orientation-event/motion/null-values.https.html.ini b/testing/web-platform/meta/orientation-event/motion/null-values.https.html.ini new file mode 100644 index 0000000000..c105f94015 --- /dev/null +++ b/testing/web-platform/meta/orientation-event/motion/null-values.https.html.ini @@ -0,0 +1,5 @@ +[null-values.https.html] + expected: ERROR + [Tests using null values for some or all of the event properties.] + expected: FAIL + diff --git a/testing/web-platform/meta/orientation-event/motion/optional-event-properties.https.html.ini b/testing/web-platform/meta/orientation-event/motion/optional-event-properties.https.html.ini new file mode 100644 index 0000000000..f9811514cf --- /dev/null +++ b/testing/web-platform/meta/orientation-event/motion/optional-event-properties.https.html.ini @@ -0,0 +1,25 @@ +[optional-event-properties.https.html] + [Tests some fields are null.] + expected: FAIL + + [Tests all values are null.] + expected: FAIL + + [Tests all fields are null.] + expected: FAIL + + [Tests some fields are undefined.] + expected: FAIL + + [Tests DeviceMotionEvent default constructor.] + expected: FAIL + + [Tests all fields are undefined.] + expected: FAIL + + [Tests creating a DeviceMotionEvent.] + expected: FAIL + + [Tests some values are empty array and some values are undefined.] + expected: FAIL + diff --git a/testing/web-platform/meta/orientation-event/motion/requestPermission.https.window.js.ini b/testing/web-platform/meta/orientation-event/motion/requestPermission.https.window.js.ini new file mode 100644 index 0000000000..560a44a3d8 --- /dev/null +++ b/testing/web-platform/meta/orientation-event/motion/requestPermission.https.window.js.ini @@ -0,0 +1,12 @@ +[requestPermission.https.window.html] + [requestPermission() returns "granted" for granted permissions without user activation] + expected: FAIL + + [requestPermission() returns "granted" for granted permissions with user activation] + expected: FAIL + + [requestPermission() returns "denied" for denied permissions without user activation] + expected: FAIL + + [requestPermission() returns "denied" for denied permissions with user activation] + expected: FAIL |