tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

annotationMusts.test (4120B)


      1 {
      2   "@context": "https://www.w3.org/ns/JSONtest-v1.jsonld",
      3   "name": "A single ANNOTATION has all required keys and all annotation keys used meet required value constraints",
      4   "description": "Web Annotations: <ul> <li>MUST include certain properties (keys)</li> <li>MUST NOT have both body and bodyValue keys simultaneously</li> <li>MUST satisfy model constraints on values of required and any optional Annotation keys used</li> </ul> Note: Implementation of optional Annotation keys (features), optional constraints on key values, and optional keys and constraints on Agents involved in an Annotation checked by other tests.",
      5   "testType": "manual",
      6   "ref": "https://www.w3.org/TR/annotation-model/",
      7   "assertions": [
      8     "annotations/3.1-annotationContextValidated.json",
      9     "annotations/3.1-annotationIdValidated.json",
     10     "annotations/3.1-annotationTypeValidated.json",
     11     "annotations/3.1-targetKeyFound.json",
     12     "annotations/3.2-targetObjectsRecognized.json",
     13     "annotations/3.2.5-notBodyBodyValue.json",
     14     "annotations/3.2-bodyObjectsRecognized.json",
     15     "annotations/3.2.5-bodyValueValidated.json",
     16     "annotations/3.3.1-annotationCreatedValidated.json",
     17     "annotations/3.3.1-annotationModifiedValidated.json",
     18     "annotations/3.3.1-annotationGeneratedValidated.json",
     19     "annotations/3.3.6-annotationRightsValidated.json",
     20     "annotations/3.3.7-annotationCanonicalValidated.json",
     21     "annotations/3.3.7-annotationViaValidated.json",
     22     "annotations/bodiesTargets/3.2.1-bodyTextDirectionValidated.json",
     23     "annotations/bodiesTargets/3.3.1-bodyCreatedValidated.json",
     24     "annotations/bodiesTargets/3.3.1-bodyModifiedValidated.json",
     25     "annotations/bodiesTargets/3.3.6-bodyRightsValidated.json",
     26     "annotations/bodiesTargets/3.3.7-bodyCanonicalValidated.json",
     27     "annotations/bodiesTargets/3.3.7-bodyViaValidated.json",
     28     "annotations/bodiesTargets/3.2.7-bodyEWRNoItems.json",
     29     "annotations/bodiesTargets/3.3.5-bodyEWRNoPurpose.json",
     30     "annotations/bodiesTargets/3.2.4-bodyChoiceSetNoValue.json",
     31     "annotations/bodiesTargets/4-bodyChoiceSetNoSource.json",
     32     "annotations/bodiesTargets/3.3.5-bodyChoiceSetNoPurpose.json",
     33     "annotations/bodiesTargets/3.2.7-bodyEmbeddedTextualNoItems.json",
     34     "annotations/bodiesTargets/4-bodyEmbeddedTextualNoSource.json",
     35     "annotations/bodiesTargets/3.2.7-bodySpecificResourceNoItems.json",
     36     "annotations/bodiesTargets/4-bodySpecificResourceNoValue.json",
     37     "annotations/bodiesTargets/3.2.1-targTextDirectionValidated.json",
     38     "annotations/bodiesTargets/3.3.1-targCreatedValidated.json",
     39     "annotations/bodiesTargets/3.3.1-targModifiedValidated.json",
     40     "annotations/bodiesTargets/3.3.6-targRightsValidated.json",
     41     "annotations/bodiesTargets/3.3.7-targCanonicalValidated.json",
     42     "annotations/bodiesTargets/3.3.7-targViaValidated.json",
     43     "annotations/bodiesTargets/3.2.7-targEWRNoItems.json",
     44     "annotations/bodiesTargets/3.3.5-targEWRNoPurpose.json",
     45     "annotations/bodiesTargets/3.2.4-targChoiceSetNoValue.json",
     46     "annotations/bodiesTargets/4-targChoiceSetNoSource.json",
     47     "annotations/bodiesTargets/3.3.5-targChoiceSetNoPurpose.json",
     48     "annotations/bodiesTargets/3.2.7-targSpecificResourceNoItems.json",
     49     "annotations/bodiesTargets/4-targSpecificResourceNoValue.json",
     50     "annotations/bodiesTargets/3.2.4-targNoTypeTextualBody.json",
     51     "annotations/specificResource/4.2-selectorValidIfPresent.json",
     52     "annotations/specificResource/4.3-stateValidIfPresent.json",
     53     "annotations/specificResource/4.3.3-refinedByValidated.json",
     54     "annotations/specificResource/4.4-styleClassValidIfPresent.json",
     55     "annotations/specificResource/4.2-fragmentCssXPathSelectorValid.json",
     56     "annotations/specificResource/4.2.4-textQuoteSelectorValid.json",
     57     "annotations/specificResource/4.2-TextDataPositionSelectorValid.json",
     58     "annotations/specificResource/4.2.7-svgSelectorValid.json",
     59     "annotations/specificResource/4.2.8-rangeSelectorValid.json",
     60     "annotations/specificResource/4.3.1-timeStateValid.json",
     61     "annotations/specificResource/4.3.2-httpRequestStateValid.json"
     62   ]
     63 }