From 6bf0a5cb5034a7e684dcc3500e841785237ce2dd Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 19:32:43 +0200 Subject: Adding upstream version 1:115.7.0. Signed-off-by: Daniel Baumann --- .../collections/pages/pageOptionals.test | 29 ++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 testing/web-platform/tests/annotation-model/collections/pages/pageOptionals.test (limited to 'testing/web-platform/tests/annotation-model/collections/pages/pageOptionals.test') diff --git a/testing/web-platform/tests/annotation-model/collections/pages/pageOptionals.test b/testing/web-platform/tests/annotation-model/collections/pages/pageOptionals.test new file mode 100644 index 0000000000..39fac8f93c --- /dev/null +++ b/testing/web-platform/tests/annotation-model/collections/pages/pageOptionals.test @@ -0,0 +1,29 @@ +{ + "@context": "https://www.w3.org/ns/JSONtest-v1.jsonld", + "name": "A single Annotation Page implements optional keys and meets optional key value constraints", + "description": "Pages of Web Annotations: 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.
Please fill textarea with json-ld serialization of a single Annotation Page or an Annotation Collection with an embedded Page", + "testType": "manual", + "skipFailures": [ "should", "may" ], + "ref": "https://www.w3.org/TR/annotation-model/", + "assertions": [ + "collections/pages/5.2-pagePartOfImplemented.json", + "collections/pages/5.2-pageStartIndexImplemented.json", + "collections/pages/5.2-pageNextImplemented.json", + "collections/pages/5.2-pagePrevImplemented.json", + "collections/pages/5.2-pageLabelImplemented.json", + "collections/pages/5.2-pageLastImplemented.json", + "collections/pages/5.2-pageTotalImplemented.json", + "collections/pages/5.2-pageFirstImplemented.json", + "collections/pages/3.3.1-pageModifiedImplemented.json", + "collections/pages/3.3.1-pageCreatorImplemented.json", + "collections/pages/3.3.1-pageCreatedImplemented.json", + "collections/pages/3.3.6-pageRightsImplemented.json", + "collections/pages/3.3.2-pageCreatorAgentEmail_sha1Implemented.json", + "collections/pages/3.3.2-pageCreatorAgentEmailImplemented.json", + "collections/pages/3.3.2-pageCreatorAgentHomepageImplemented.json", + "collections/pages/3.3.2-pageCreatorAgentIdImplemented.json", + "collections/pages/3.3.2-pageCreatorAgentNameImplemented.json", + "collections/pages/3.3.2-pageCreatorAgentNicknameImplemented.json", + "collections/pages/3.3.2-pageCreatorAgentTypeImplemented.json" + ] +} -- cgit v1.2.3