| Index: third_party/WebKit/LayoutTests/imported/wpt/annotation-protocol/files/annotations/anno13.json
|
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/annotation-protocol/files/annotations/anno13.json b/third_party/WebKit/LayoutTests/imported/wpt/annotation-protocol/files/annotations/anno13.json
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..8bf663330dacd06292232888f3d81b6c39b69ed5
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/annotation-protocol/files/annotations/anno13.json
|
| @@ -0,0 +1,16 @@
|
| +{
|
| + "@context": "http://www.w3.org/ns/anno.jsonld",
|
| + "id": "http://example.org/anno13",
|
| + "type": "Annotation",
|
| + "motivation": "classifying",
|
| + "body": "http://example.org/vocab/art/portrait",
|
| + "target": {
|
| + "type": "Independents",
|
| + "items": [
|
| + "http://example.com/image1",
|
| + "http://example.net/image2",
|
| + "http://example.com/image4",
|
| + "http://example.org/image9"
|
| + ]
|
| + }
|
| +}
|
|
|