From 26a029d407be480d791972afb5975cf62c9360a6 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 02:47:55 +0200 Subject: Adding upstream version 124.0.1. Signed-off-by: Daniel Baumann --- .../annotations/annotationOptionals.test | 84 ++++++++++++++++++++++ 1 file changed, 84 insertions(+) create mode 100644 testing/web-platform/tests/annotation-model/annotations/annotationOptionals.test (limited to 'testing/web-platform/tests/annotation-model/annotations/annotationOptionals.test') diff --git a/testing/web-platform/tests/annotation-model/annotations/annotationOptionals.test b/testing/web-platform/tests/annotation-model/annotations/annotationOptionals.test new file mode 100644 index 0000000000..c86eb35df7 --- /dev/null +++ b/testing/web-platform/tests/annotation-model/annotations/annotationOptionals.test @@ -0,0 +1,84 @@ +{ + "@context": "https://www.w3.org/ns/JSONtest-v1.jsonld", + "name": "Annotation implements optional keys and meets optional key value constraints", + "description": "Web Annotations: Note: failing an assertion indicates that a recommended or optional feature has not been implemented or has not been implemented correctly.", + "testType": "manual", + "skipFailures": [ "should", "may" ], + "ref": "https://www.w3.org/TR/annotation-model/#other-properties", + "assertions": [ + "annotations/3.3.1-annotationSingleCreatorImplemented.json", + "annotations/3.3.1-annotationCreatedImplemented.json", + "annotations/3.3.5-annotationSingleMotivationImplemented.json", + "annotations/3.2.5-bodyValueImplemented.json", + "annotations/3.3.1-annotationGeneratedImplemented.json", + "annotations/3.3.1-annotationModifiedImplemented.json", + "annotations/3.3.3-annotationAudienceImplemented.json", + "annotations/3.3.5-annotationMotivationImplemented.json", + "annotations/3.3.6-annotationRightsImplemented.json", + "annotations/3.3.7-annotationCanonicalImplemented.json", + "annotations/3.3.7-annotationViaImplemented.json", + "annotations/4.4-annotationStylesheetImplemented.json", + "annotations/3.1-bodyKeyFound.json", + "annotations/bodiesTargets/3.2.1-bodySingleFormat.json", + "annotations/bodiesTargets/3.2.1-bodySingleLanguage.json", + "annotations/bodiesTargets/3.3.1-bodySingleCreator.json", + "annotations/bodiesTargets/3.3.1-bodyCreated.json", + "annotations/bodiesTargets/3.2.1-bodyFormat.json", + "annotations/bodiesTargets/3.2.1-bodyLanguage.json", + "annotations/bodiesTargets/3.2.2-bodyType.json", + "annotations/bodiesTargets/3.2.1-bodyProcessingLanguage.json", + "annotations/bodiesTargets/3.2.1-bodyTextDirection.json", + "annotations/bodiesTargets/3.3.1-bodyModified.json", + "annotations/bodiesTargets/3.3.3-bodyAudience.json", + "annotations/bodiesTargets/3.3.4-bodyAccessibility.json", + "annotations/bodiesTargets/3.3.5-bodyPurpose.json", + "annotations/bodiesTargets/3.3.6-bodyRights.json", + "annotations/bodiesTargets/3.3.7-bodyCanonical.json", + "annotations/bodiesTargets/3.3.7-bodyVia.json", + "annotations/bodiesTargets/3.2.1-bodyEWR.json", + "annotations/bodiesTargets/3.2.4-bodyETB.json", + "annotations/bodiesTargets/3.2.4-bodyETBTypeTextualBody.json", + "annotations/bodiesTargets/3.2.4-bodyETBTypeText.json", + "annotations/bodiesTargets/3.2.7-bodyChoice.json", + "annotations/bodiesTargets/3.2.1-targSingleFormat.json", + "annotations/bodiesTargets/3.2.1-targSingleLanguage.json", + "annotations/bodiesTargets/3.3.1-targSingleCreator.json", + "annotations/bodiesTargets/3.3.1-targCreated.json", + "annotations/bodiesTargets/3.2.1-targFormat.json", + "annotations/bodiesTargets/3.2.1-targLanguage.json", + "annotations/bodiesTargets/3.2.2-targType.json", + "annotations/bodiesTargets/3.2.1-targProcessingLanguage.json", + "annotations/bodiesTargets/3.2.1-targTextDirection.json", + "annotations/bodiesTargets/3.3.1-targModified.json", + "annotations/bodiesTargets/3.3.3-targAudience.json", + "annotations/bodiesTargets/3.3.4-targAccessibility.json", + "annotations/bodiesTargets/3.3.5-targPurpose.json", + "annotations/bodiesTargets/3.3.6-targRights.json", + "annotations/bodiesTargets/3.3.7-targCanonical.json", + "annotations/bodiesTargets/3.3.7-targVia.json", + "annotations/bodiesTargets/3.2.1-targEWR.json", + "annotations/bodiesTargets/3.2.7-targChoice.json", + "annotations/bodiesTargets/4-bodySpecificResource.json", + "annotations/bodiesTargets/4-targSpecificResource.json", + "annotations/specificResource/4.3.3-refinedBy.json", + "annotations/specificResource/4.4-styleClass.json", + "annotations/specificResource/4.5-renderedVia.json", + "annotations/specificResource/4.6-scope.json", + "annotations/specificResource/4.2-selectorFound.json", + "annotations/specificResource/4.2.1-fragmentSelector.json", + "annotations/specificResource/4.2.1-conformsTo.json", + "annotations/specificResource/4.2.2-cssSelector.json", + "annotations/specificResource/4.2.3-xpathSelector.json", + "annotations/specificResource/4.2.4-textQuoteSelector.json", + "annotations/specificResource/4.2.4-prefix.json", + "annotations/specificResource/4.2.4-suffix.json", + "annotations/specificResource/4.2.5-textPositionSelector.json", + "annotations/specificResource/4.2.6-dataPositionSelector.json", + "annotations/specificResource/4.2.7-svgSelector.json", + "annotations/specificResource/4.2.8-rangeSelector.json", + "annotations/specificResource/4.3-stateFound.json", + "annotations/specificResource/4.3.1-timeState.json", + "annotations/specificResource/4.3.2-requestHeaderState.json", + "annotations/specificResource/4.3.1-cached.json" + ] +} -- cgit v1.2.3