diff --git a/remote-playback/all.html b/remote-playback/all.html
index c847102..972c437 100644
--- a/remote-playback/all.html
+++ b/remote-playback/all.html
@@ -35,16 +35,16 @@
-| /remote-playback/cancel-watch-availability.html | OK | OK | OK | OK | OK | OK |
+| /remote-playback/cancel-watch-availability.html | OK | OK | OK | OK | OK | OK |
| Test that calling cancelWatchAvailability() with an id does remove the callback, and calling cancelWatchAvailability with a removed id throws NotFoundError. | PASS | PASS | PASS | PASS | PASS | PASS |
| Test that calling cancelWatchAvailability() without an id removes all the callbacks, and calling cancelWatchAvailability() with a removed id throws NotFoundError. | PASS | PASS | PASS | PASS | PASS | PASS |
-| /remote-playback/disable-remote-playback-cancel-watch-availability-throws.html | OK | OK | OK | OK | OK | OK |
+| /remote-playback/disable-remote-playback-cancel-watch-availability-throws.html | OK | OK | OK | OK | OK | OK |
| Test that calling cancelWatchAvailability() when disableRemotePlayback attribute is set throws InvalidStateError. | PASS | PASS | PASS | PASS | PASS | PASS |
-| /remote-playback/disable-remote-playback-prompt-throws.html | OK | OK | OK | OK | OK | OK |
+| /remote-playback/disable-remote-playback-prompt-throws.html | OK | OK | OK | OK | OK | OK |
| Test that calling prompt() when disableRemotePlayback attribute is set throws an exception. | PASS | PASS | PASS | PASS | PASS | PASS |
-| /remote-playback/disable-remote-playback-watch-availability-throws.html | OK | OK | OK | OK | OK | OK |
+| /remote-playback/disable-remote-playback-watch-availability-throws.html | OK | OK | OK | OK | OK | OK |
| Test that calling watchAvailability() when disableRemotePlayback attribute is set throws an exception. | PASS | PASS | PASS | PASS | PASS | PASS |
-| /remote-playback/idlharness.window.html | OK | OK | OK | OK | OK | OK |
+| /remote-playback/idlharness.window.html | OK | OK | OK | OK | OK | OK |
| Element includes ChildNode: member names are unique | PASS | PASS | PASS | PASS | PASS | PASS |
| Element includes NonDocumentTypeChildNode: member names are unique | PASS | PASS | PASS | PASS | PASS | PASS |
| Element includes ParentNode: member names are unique | PASS | PASS | PASS | PASS | PASS | PASS |
@@ -83,36 +83,36 @@ Test Files
| Stringification of media.remote | PASS | PASS | PASS | PASS | PASS | PASS |
| idl_test setup | PASS | PASS | PASS | PASS | PASS | PASS |
| idl_test validation | PASS | PASS | PASS | PASS | PASS | PASS |
-| /remote-playback/prompt-in-detached-iframe.html | OK | OK | OK | OK | OK | OK |
+| /remote-playback/prompt-in-detached-iframe.html | OK | OK | OK | OK | OK | OK |
| Calling remote.prompt() in a detached context should throw InvalidAccessError | PASS | PASS | PASS | FAIL | PASS | PASS |
-| /remote-playback/watch-availability-callback-parameter.html | OK | OK | OK | OK | OK | OK |
+| /remote-playback/watch-availability-callback-parameter.html | OK | OK | OK | OK | OK | OK |
| Test that the callback is called with boolean parameter when calling watchAvailability(). | PASS | PASS | PASS | PASS | PASS | PASS |
-| /remote-playback/watch-availability-initial-callback.html | OK | OK | OK | OK | OK | OK |
+| /remote-playback/watch-availability-initial-callback.html | OK | OK | OK | OK | OK | OK |
| Test that the callback is called after the Promise returned by watchAvailability() resolves. | PASS | PASS | PASS | PASS | PASS | PASS |
-| /remote-playback/watch-availability-promise-return-callback-id.html | OK | OK | OK | OK | OK | OK |
+| /remote-playback/watch-availability-promise-return-callback-id.html | OK | OK | OK | OK | OK | OK |
| Test that the Promise returned by watchAvailability() resolves with a numeric callback id. | PASS | PASS | PASS | PASS | PASS | PASS |
-| /remote-playback/event-handlers-manual.html | FAIL | FAIL | FAIL | OK | FAIL | FAIL |
+| /remote-playback/event-handlers-manual.html | FAIL | FAIL | FAIL | OK | FAIL | FAIL |
| Prompt to connect to the device | - | - | - | PASS | - | - |
| Test that all event handlers are called when a remote playback device is connected. | - | - | - | FAIL | - | - |
-| /remote-playback/prompt-and-cancel-selection-manual.html | OK | OK | OK | OK | OK | OK |
+| /remote-playback/prompt-and-cancel-selection-manual.html | OK | OK | OK | OK | OK | OK |
| Test that the Promise returned by prompt() is rejected when user cancels device selection. | PASS | PASS | PASS | FAIL | FAIL | FAIL |
-| /remote-playback/prompt-and-select-device-manual.html | OK | OK | OK | OK | OK | OK |
+| /remote-playback/prompt-and-select-device-manual.html | OK | OK | OK | OK | OK | OK |
| Prompt resolves | FAIL | FAIL | FAIL | PASS | FAIL | FAIL |
| Test that the Promise returned by prompt() is resolved when user selects a device. | PASS | PASS | PASS | PASS | PASS | PASS |
-| /remote-playback/prompt-and-watch-availability-no-device-manual.html | FAIL | FAIL | FAIL | ERROR | ERROR | FAIL |
+| /remote-playback/prompt-and-watch-availability-no-device-manual.html | FAIL | FAIL | FAIL | ERROR | ERROR | FAIL |
| Test that watchAvailability() runs the callback with false when there is no device for the user to select. | - | - | - | FAIL | FAIL | - |
-| /remote-playback/prompt-and-watch-availability-with-device-manual.html | OK | OK | OK | OK | OK | OK |
+| /remote-playback/prompt-and-watch-availability-with-device-manual.html | OK | OK | OK | OK | OK | OK |
| Test that watchAvailability() runs the callback with true when user selects a device. | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
-| /remote-playback/remote-video-control-pausing-manual.html | FAIL | FAIL | FAIL | ERROR | FAIL | FAIL |
+| /remote-playback/remote-video-control-pausing-manual.html | FAIL | FAIL | FAIL | ERROR | FAIL | FAIL |
| Prompt resolves | - | - | - | PASS | - | - |
| Test that pause() on the local video is reflected on the remote device. | - | - | - | PASS | - | - |
-| /remote-playback/remote-video-control-seek-manual.html | FAIL | FAIL | FAIL | OK | FAIL | FAIL |
+| /remote-playback/remote-video-control-seek-manual.html | FAIL | FAIL | FAIL | OK | FAIL | FAIL |
| Prompt resolves | - | - | - | PASS | - | - |
| Test that seek() on the local video is reflected on the remote device. | - | - | - | PASS | - | - |
-| /remote-playback/remote-video-playback-manual.html | FAIL | FAIL | FAIL | OK | FAIL | FAIL |
+| /remote-playback/remote-video-playback-manual.html | FAIL | FAIL | FAIL | OK | FAIL | FAIL |
| Prompt resolves | - | - | - | PASS | - | - |
| Test if video is playing on remote device. | - | - | - | PASS | - | - |
-| /remote-playback/state-attribute-changes-when-selecting-device-manual.html | OK | OK | OK | OK | OK | OK |
+| /remote-playback/state-attribute-changes-when-selecting-device-manual.html | OK | OK | OK | OK | OK | OK |
| Prompt call resolves | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| Test that the remote playback state changes when selecting a device. | PASS | PASS | PASS | PASS | PASS | PASS |
diff --git a/remote-playback/complete-fails.html b/remote-playback/complete-fails.html
index d962fb6..9b31220 100644
--- a/remote-playback/complete-fails.html
+++ b/remote-playback/complete-fails.html
@@ -21,13 +21,13 @@ Test Files
-| /remote-playback/event-handlers-manual.html (1/2, 50.00%, 1.61% of total) | FAIL | FAIL | FAIL | OK | FAIL | FAIL |
+| /remote-playback/event-handlers-manual.html (1/2, 50.00%, 1.61% of total) | FAIL | FAIL | FAIL | OK | FAIL | FAIL |
| Test that all event handlers are called when a remote playback device is connected. | - | - | - | FAIL | - | - |
-| /remote-playback/prompt-and-watch-availability-no-device-manual.html (1/1, 100.00%, 1.61% of total) | FAIL | FAIL | FAIL | ERROR | ERROR | FAIL |
+| /remote-playback/prompt-and-watch-availability-no-device-manual.html (1/1, 100.00%, 1.61% of total) | FAIL | FAIL | FAIL | ERROR | ERROR | FAIL |
| Test that watchAvailability() runs the callback with false when there is no device for the user to select. | - | - | - | FAIL | FAIL | - |
-| /remote-playback/prompt-and-watch-availability-with-device-manual.html (1/1, 100.00%, 1.61% of total) | OK | OK | OK | OK | OK | OK |
+| /remote-playback/prompt-and-watch-availability-with-device-manual.html (1/1, 100.00%, 1.61% of total) | OK | OK | OK | OK | OK | OK |
| Test that watchAvailability() runs the callback with true when user selects a device. | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
-| /remote-playback/state-attribute-changes-when-selecting-device-manual.html (1/2, 50.00%, 1.61% of total) | OK | OK | OK | OK | OK | OK |
+| /remote-playback/state-attribute-changes-when-selecting-device-manual.html (1/2, 50.00%, 1.61% of total) | OK | OK | OK | OK | OK | OK |
| Prompt call resolves | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
diff --git a/remote-playback/less-than-2.html b/remote-playback/less-than-2.html
index 6ee1229..d68da27 100644
--- a/remote-playback/less-than-2.html
+++ b/remote-playback/less-than-2.html
@@ -14,36 +14,36 @@ Less Than 2 Passes
Test files without 2 passes: 8; Subtests without 2 passes: 12; Failure level: 12/62 (19.35%)
Test Files
-- /remote-playback/event-handlers-manual.html (As of Sep 27, 2024, 2/2, 100.00%, 3.23% of total)
-- /remote-playback/prompt-and-select-device-manual.html (As of Sep 27, 2024, 1/2, 50.00%, 1.61% of total)
-- /remote-playback/prompt-and-watch-availability-no-device-manual.html (As of Sep 27, 2024, 1/1, 100.00%, 1.61% of total)
-- /remote-playback/prompt-and-watch-availability-with-device-manual.html (As of Sep 27, 2024, 1/1, 100.00%, 1.61% of total)
-- /remote-playback/remote-video-control-pausing-manual.html (As of Sep 27, 2024, 2/2, 100.00%, 3.23% of total)
-- /remote-playback/remote-video-control-seek-manual.html (As of Sep 27, 2024, 2/2, 100.00%, 3.23% of total)
-- /remote-playback/remote-video-playback-manual.html (As of Sep 27, 2024, 2/2, 100.00%, 3.23% of total)
-- /remote-playback/state-attribute-changes-when-selecting-device-manual.html (As of Sep 27, 2024, 1/2, 50.00%, 1.61% of total)
+- /remote-playback/event-handlers-manual.html (As of Nov 1, 2024, 2/2, 100.00%, 3.23% of total)
+- /remote-playback/prompt-and-select-device-manual.html (As of Nov 1, 2024, 1/2, 50.00%, 1.61% of total)
+- /remote-playback/prompt-and-watch-availability-no-device-manual.html (As of Nov 1, 2024, 1/1, 100.00%, 1.61% of total)
+- /remote-playback/prompt-and-watch-availability-with-device-manual.html (As of Nov 1, 2024, 1/1, 100.00%, 1.61% of total)
+- /remote-playback/remote-video-control-pausing-manual.html (As of Nov 1, 2024, 2/2, 100.00%, 3.23% of total)
+- /remote-playback/remote-video-control-seek-manual.html (As of Nov 1, 2024, 2/2, 100.00%, 3.23% of total)
+- /remote-playback/remote-video-playback-manual.html (As of Nov 1, 2024, 2/2, 100.00%, 3.23% of total)
+- /remote-playback/state-attribute-changes-when-selecting-device-manual.html (As of Nov 1, 2024, 1/2, 50.00%, 1.61% of total)
-| /remote-playback/event-handlers-manual.html (As of Sep 27, 2024, 2/2, 100.00%, 3.23% of total) | FAIL | FAIL | FAIL | OK | FAIL | FAIL |
+| /remote-playback/event-handlers-manual.html (As of Nov 1, 2024, 2/2, 100.00%, 3.23% of total) | FAIL | FAIL | FAIL | OK | FAIL | FAIL |
| Prompt to connect to the device | - | - | - | PASS | - | - |
| Test that all event handlers are called when a remote playback device is connected. | - | - | - | FAIL | - | - |
-| /remote-playback/prompt-and-select-device-manual.html (As of Sep 27, 2024, 1/2, 50.00%, 1.61% of total) | OK | OK | OK | OK | OK | OK |
+| /remote-playback/prompt-and-select-device-manual.html (As of Nov 1, 2024, 1/2, 50.00%, 1.61% of total) | OK | OK | OK | OK | OK | OK |
| Prompt resolves | FAIL | FAIL | FAIL | PASS | FAIL | FAIL |
-| /remote-playback/prompt-and-watch-availability-no-device-manual.html (As of Sep 27, 2024, 1/1, 100.00%, 1.61% of total) | FAIL | FAIL | FAIL | ERROR | ERROR | FAIL |
+| /remote-playback/prompt-and-watch-availability-no-device-manual.html (As of Nov 1, 2024, 1/1, 100.00%, 1.61% of total) | FAIL | FAIL | FAIL | ERROR | ERROR | FAIL |
| Test that watchAvailability() runs the callback with false when there is no device for the user to select. | - | - | - | FAIL | FAIL | - |
-| /remote-playback/prompt-and-watch-availability-with-device-manual.html (As of Sep 27, 2024, 1/1, 100.00%, 1.61% of total) | OK | OK | OK | OK | OK | OK |
+| /remote-playback/prompt-and-watch-availability-with-device-manual.html (As of Nov 1, 2024, 1/1, 100.00%, 1.61% of total) | OK | OK | OK | OK | OK | OK |
| Test that watchAvailability() runs the callback with true when user selects a device. | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
-| /remote-playback/remote-video-control-pausing-manual.html (As of Sep 27, 2024, 2/2, 100.00%, 3.23% of total) | FAIL | FAIL | FAIL | ERROR | FAIL | FAIL |
+| /remote-playback/remote-video-control-pausing-manual.html (As of Nov 1, 2024, 2/2, 100.00%, 3.23% of total) | FAIL | FAIL | FAIL | ERROR | FAIL | FAIL |
| Prompt resolves | - | - | - | PASS | - | - |
| Test that pause() on the local video is reflected on the remote device. | - | - | - | PASS | - | - |
-| /remote-playback/remote-video-control-seek-manual.html (As of Sep 27, 2024, 2/2, 100.00%, 3.23% of total) | FAIL | FAIL | FAIL | OK | FAIL | FAIL |
+| /remote-playback/remote-video-control-seek-manual.html (As of Nov 1, 2024, 2/2, 100.00%, 3.23% of total) | FAIL | FAIL | FAIL | OK | FAIL | FAIL |
| Prompt resolves | - | - | - | PASS | - | - |
| Test that seek() on the local video is reflected on the remote device. | - | - | - | PASS | - | - |
-| /remote-playback/remote-video-playback-manual.html (As of Sep 27, 2024, 2/2, 100.00%, 3.23% of total) | FAIL | FAIL | FAIL | OK | FAIL | FAIL |
+| /remote-playback/remote-video-playback-manual.html (As of Nov 1, 2024, 2/2, 100.00%, 3.23% of total) | FAIL | FAIL | FAIL | OK | FAIL | FAIL |
| Prompt resolves | - | - | - | PASS | - | - |
| Test if video is playing on remote device. | - | - | - | PASS | - | - |
-| /remote-playback/state-attribute-changes-when-selecting-device-manual.html (As of Sep 27, 2024, 1/2, 50.00%, 1.61% of total) | OK | OK | OK | OK | OK | OK |
+| /remote-playback/state-attribute-changes-when-selecting-device-manual.html (As of Nov 1, 2024, 1/2, 50.00%, 1.61% of total) | OK | OK | OK | OK | OK | OK |
| Prompt call resolves | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |