diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 09:22:09 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 09:22:09 +0000 |
commit | 43a97878ce14b72f0981164f87f2e35e14151312 (patch) | |
tree | 620249daf56c0258faa40cbdcf9cfba06de2a846 /testing/web-platform/tests/encrypted-media/README.md | |
parent | Initial commit. (diff) | |
download | firefox-upstream.tar.xz firefox-upstream.zip |
Adding upstream version 110.0.1.upstream/110.0.1upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'testing/web-platform/tests/encrypted-media/README.md')
-rw-r--r-- | testing/web-platform/tests/encrypted-media/README.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/testing/web-platform/tests/encrypted-media/README.md b/testing/web-platform/tests/encrypted-media/README.md new file mode 100644 index 0000000000..932c9962d5 --- /dev/null +++ b/testing/web-platform/tests/encrypted-media/README.md @@ -0,0 +1,7 @@ +## Preparing to run tests +The following steps may be necessary when running test from a new server/origin for the first time. +* Some implementations and/or tests may require consent. + When running on such clients, manually run a test to trigger the consent request and choose to persist the consent. +* Some of the tests, such as *-retrieve-*, use pop-ups. + It may be necessary to run these tests manually and choose to always allow pop-ups on the origin. + Related test failures may appear as: "Cannot set property 'onload' of undefined" |