tor-browser

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

annotationsAgentOptionals.test (3511B)


      1 {
      2   "@context": "https://www.w3.org/ns/JSONtest-v1.jsonld",
      3   "name": "Annotation implements optional keys and meets optional key value constraints for Creator and Generator Agents",
      4   "description": "Agents (Creators, Generators) involved in an Annotation: <ul> <li>Should include certain properties (keys)</li> <li>May include additional keys</li> <li>should have Agent key values that conform to model recommended constraints</li> </ul> Note: failing an assertion indicates that a recommended or optional feature has not been implemented or has not been implemented correctly.",
      5   "testType": "manual",
      6   "skipFailures": [ "should", "may" ],
      7   "ref": "https://www.w3.org/TR/annotation-model/#other-properties",
      8   "assertions":
      9   [
     10         "annotations/3.3.1-annotationCreatorImplemented.json",
     11         "annotations/3.3.2-annotationCreatorAgentIdImplemented.json",
     12         "annotations/3.3.2-annotationCreatorAgentTypeImplemented.json",
     13         "annotations/3.3.2-annotationCreatorAgentNicknameImplemented.json",
     14         "annotations/3.3.2-annotationCreatorAgentSingleNameImplemented.json",
     15         "annotations/3.3.2-annotationCreatorAgentNameImplemented.json",
     16         "annotations/3.3.2-annotationCreatorAgentEmailImplemented.json",
     17         "annotations/3.3.2-annotationCreatorAgentEmail_sha1Implemented.json",
     18         "annotations/3.3.2-annotationCreatorAgentHomepageImplemented.json",
     19         "annotations/3.3.1-annotationGeneratorImplemented.json",
     20         "annotations/3.3.2-annotationGeneratorAgentIdImplemented.json",
     21         "annotations/3.3.2-annotationGeneratorAgentTypeImplemented.json",
     22         "annotations/3.3.2-annotationGeneratorAgentNicknameImplemented.json",
     23         "annotations/3.3.2-annotationGeneratorAgentSingleNameImplemented.json",
     24         "annotations/3.3.2-annotationGeneratorAgentNameImplemented.json",
     25         "annotations/3.3.2-annotationGeneratorAgentEmailImplemented.json",
     26         "annotations/3.3.2-annotationGeneratorAgentEmail_sha1Implemented.json",
     27         "annotations/3.3.2-annotationGeneratorAgentHomepageImplemented.json",
     28         "annotations/bodiesTargets/3.3.1-bodyCreator.json",
     29         "annotations/bodiesTargets/3.3.2-bodyCreatorAgentIdImplemented.json",
     30         "annotations/bodiesTargets/3.3.2-bodyCreatorAgentTypeImplemented.json",
     31         "annotations/bodiesTargets/3.3.2-bodyCreatorAgentNicknameImplemented.json",
     32         "annotations/bodiesTargets/3.3.2-bodyCreatorAgentSingleNameImplemented.json",
     33         "annotations/bodiesTargets/3.3.2-bodyCreatorAgentNameImplemented.json",
     34         "annotations/bodiesTargets/3.3.2-bodyCreatorAgentEmailImplemented.json",
     35         "annotations/bodiesTargets/3.3.2-bodyCreatorAgentEmail_sha1Implemented.json",
     36         "annotations/bodiesTargets/3.3.2-bodyCreatorAgentHomepageImplemented.json",
     37         "annotations/bodiesTargets/3.3.1-targCreator.json",
     38         "annotations/bodiesTargets/3.3.2-targCreatorAgentIdImplemented.json",
     39         "annotations/bodiesTargets/3.3.2-targCreatorAgentTypeImplemented.json",
     40         "annotations/bodiesTargets/3.3.2-targCreatorAgentNicknameImplemented.json",
     41         "annotations/bodiesTargets/3.3.2-targCreatorAgentSingleNameImplemented.json",
     42         "annotations/bodiesTargets/3.3.2-targCreatorAgentNameImplemented.json",
     43         "annotations/bodiesTargets/3.3.2-targCreatorAgentEmailImplemented.json",
     44         "annotations/bodiesTargets/3.3.2-targCreatorAgentEmail_sha1Implemented.json",
     45         "annotations/bodiesTargets/3.3.2-targCreatorAgentHomepageImplemented.json"
     46   ]
     47 }