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/annotations/bodiesTargets/3.2.4-bodyETB.json | |
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/annotations/bodiesTargets/3.2.4-bodyETB.json')
-rw-r--r-- | testing/web-platform/tests/annotation-model/annotations/bodiesTargets/3.2.4-bodyETB.json | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/testing/web-platform/tests/annotation-model/annotations/bodiesTargets/3.2.4-bodyETB.json b/testing/web-platform/tests/annotation-model/annotations/bodiesTargets/3.2.4-bodyETB.json new file mode 100644 index 0000000000..bc40dcf5a0 --- /dev/null +++ b/testing/web-platform/tests/annotation-model/annotations/bodiesTargets/3.2.4-bodyETB.json @@ -0,0 +1,24 @@ +{ + "$schema": "http://json-schema.org/draft-04/schema#", + "id": "3.2.4-bodyETB.json", + "assertionType": "may", + "expectedResult": "valid", + "onUnexpectedResult" : "passAndContinue", + "errorMessage": "An Embedded Textual Body may be used as an Annotation Body.", + "title": "Implements **Embedded Textual Body** with **_value_ key** as a body of the Annotation [model 3.2.4](https://www.w3.org/TR/annotation-model/#embedded-textual-body)", + "description": "True when Annotation includes one or more Embedded Textual Bodies as Annotation body(ies). (Section 3.2.4)", + "type": "object", + "required": ["body"], + "properties": + { + "body": + { + "anyOf": [ + { "$ref": "bodyTarget.json#/definitions/textualBodyFound" }, + { "not": { "items": { "not": { "$ref": "bodyTarget.json#/definitions/textualBodyFound" } } } }, + { "$ref": "bodyTarget.json#/definitions/itemETBDetected" }, + { "not": { "items": { "not": { "$ref": "bodyTarget.json#/definitions/itemETBDetected" } } } } + ] + } + } +}
\ No newline at end of file |