From 562f939589333d5b74a57fca6c03b01034c135d1 Mon Sep 17 00:00:00 2001 From: Raphael Kubo da Costa Date: Thu, 15 Feb 2024 16:44:47 +0000 Subject: [PATCH] Bug 1880062 [wpt PR 44557] - orientation-event: Test DeviceOrientationEvent's absolute value on error, a=testonly Automatic update from web-platform-tests orientation-event: Test DeviceOrientationEvent's absolute value on error (#44557) Test for https://github.com/w3c/deviceorientation/pull/139. When a reading cannot be provided, `absolute` needs to be set accordingly depending on the event type we are listening to. -- wpt-commits: fb4cd8f597e9b40725a51222b4627cbd6d94c528 wpt-pr: 44557 --- .../orientation/null-values.https.html | 41 ++++++++++++------- 1 file changed, 26 insertions(+), 15 deletions(-) diff --git a/testing/web-platform/tests/orientation-event/orientation/null-values.https.html b/testing/web-platform/tests/orientation-event/orientation/null-values.https.html index c54d73da50cdc..9505e00954207 100644 --- a/testing/web-platform/tests/orientation-event/orientation/null-values.https.html +++ b/testing/web-platform/tests/orientation-event/orientation/null-values.https.html @@ -7,21 +7,32 @@