From 0ebf5bdf043a27fd3dfb7f92e0cb63d88954c44d Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 03:47:29 +0200 Subject: Adding upstream version 115.8.0esr. Signed-off-by: Daniel Baumann --- .../collections/collectionOptionals.test | 25 ++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 testing/web-platform/tests/annotation-model/collections/collectionOptionals.test (limited to 'testing/web-platform/tests/annotation-model/collections/collectionOptionals.test') diff --git a/testing/web-platform/tests/annotation-model/collections/collectionOptionals.test b/testing/web-platform/tests/annotation-model/collections/collectionOptionals.test new file mode 100644 index 0000000000..5a75eb6bc6 --- /dev/null +++ b/testing/web-platform/tests/annotation-model/collections/collectionOptionals.test @@ -0,0 +1,25 @@ +{ + "@context": "https://www.w3.org/ns/JSONtest-v1.jsonld", + "name": "A single Annotation Collection implements optional keys and meets optional key value constraints", + "description": "A Collection of Web Annotations: Note: failing an assertion indicates only that a recommended or optional feature has not been implemented or has not been implemented correctly.
Please fill textarea with json-ld serialization of a single Annotation Collection description", + "testType": "manual", + "skipFailures": [ "should", "may" ], + "ref": "https://www.w3.org/TR/annotation-model/", + "assertions": [ + "collections/5.1-collectionLabelImplemented.json", + "collections/5.1-collectionLastImplemented.json", + "collections/5.1-collectionTotalImplemented.json", + "collections/5.1-collectionFirstImplemented.json", + "collections/3.3.1-collectionModifiedImplemented.json", + "collections/3.3.1-collectionCreatorImplemented.json", + "collections/3.3.1-collectionCreatedImplemented.json", + "collections/3.3.6-collectionRightsImplemented.json", + "collections/3.3.2-collectionCreatorAgentEmail_sha1Implemented.json", + "collections/3.3.2-collectionCreatorAgentEmailImplemented.json", + "collections/3.3.2-collectionCreatorAgentHomepageImplemented.json", + "collections/3.3.2-collectionCreatorAgentIdImplemented.json", + "collections/3.3.2-collectionCreatorAgentNameImplemented.json", + "collections/3.3.2-collectionCreatorAgentNicknameImplemented.json", + "collections/3.3.2-collectionCreatorAgentTypeImplemented.json" + ] +} -- cgit v1.2.3