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/annotation-model/collections/collectionMusts.test | |
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/annotation-model/collections/collectionMusts.test')
-rw-r--r-- | testing/web-platform/tests/annotation-model/collections/collectionMusts.test | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/testing/web-platform/tests/annotation-model/collections/collectionMusts.test b/testing/web-platform/tests/annotation-model/collections/collectionMusts.test new file mode 100644 index 0000000000..31864b784f --- /dev/null +++ b/testing/web-platform/tests/annotation-model/collections/collectionMusts.test @@ -0,0 +1,19 @@ +{ + "@context": "https://www.w3.org/ns/JSONtest-v1.jsonld", + "name": "A single Annotation Collection has all required keys and all collection keys used meet required value constraints", + "description": "Collections of Web Annotations: <ul> <li>MUST include certain properties (keys)</li> <li>MUST satisfy model constraints on values of required and any optional Annotation keys used</li> </ul> Note: Implementation of optional Annotation Collection keys (features), optional constraints on key values, and optional keys and constraints on Agents involved in an Annotation Collection checked by other tests.<br/><b>Please fill textarea with json-ld serialization of a single Annotation Collection description</b>", + "testType": "manual", + "ref": "https://www.w3.org/TR/annotation-model/", + "assertions": [ + "collections/5.1-collectionContextValidated.json", + "collections/5.1-collectionIdValidated.json", + "collections/5.1-collectionTypeValidated.json", + "collections/5.1-collectionLabelValidated.json", + "collections/5.1-collectionTotalValidated.json", + "collections/5.1-collectionFirstValidated.json", + "collections/5.1-collectionLastValidated.json", + "collections/3.3.1-collectionCreatedValidated.json", + "collections/3.3.1-collectionModifiedValidated.json", + "collections/3.3.6-collectionRightsValidated.json" + ] +} |