From 36d22d82aa202bb199967e9512281e9a53db42c9 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 21:33:14 +0200 Subject: Adding upstream version 115.7.0esr. Signed-off-by: Daniel Baumann --- .../collections/pages/pageMusts.test | 24 ++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 testing/web-platform/tests/annotation-model/collections/pages/pageMusts.test (limited to 'testing/web-platform/tests/annotation-model/collections/pages/pageMusts.test') diff --git a/testing/web-platform/tests/annotation-model/collections/pages/pageMusts.test b/testing/web-platform/tests/annotation-model/collections/pages/pageMusts.test new file mode 100644 index 0000000000..38722d75d2 --- /dev/null +++ b/testing/web-platform/tests/annotation-model/collections/pages/pageMusts.test @@ -0,0 +1,24 @@ +{ + "@context": "https://www.w3.org/ns/JSONtest-v1.jsonld", + "name": "A single Annotation Page has all required keys and all page keys present meet required 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", + "ref": "https://www.w3.org/TR/annotation-model/", + "assertions": [ + "collections/pages/5.2-pageContextValidated.json", + "collections/pages/5.2-pageIdValidated.json", + "collections/pages/5.2-pageTypeValidated.json", + "collections/pages/5.2-pageItemsValidated.json", + "collections/pages/5.2-pageStartIndexValidated.json", + "collections/pages/5.2-pagePartOfValidated.json", + "collections/pages/5.2-pageNextValidated.json", + "collections/pages/5.2-pagePrevValidated.json", + "collections/pages/5.2-pageTotalValidated.json", + "collections/pages/5.2-pageLabelValidated.json", + "collections/pages/5.2-pageFirstValidated.json", + "collections/pages/5.2-pageLastValidated.json", + "collections/pages/3.3.1-pageCreatedValidated.json", + "collections/pages/3.3.1-pageModifiedValidated.json", + "collections/pages/3.3.6-pageRightsValidated.json" + ] +} -- cgit v1.2.3