Index: third_party/WebKit/LayoutTests/imported/wpt/annotation-protocol/files/annotations/anno3.json |
diff --git a/third_party/WebKit/LayoutTests/imported/wpt/annotation-protocol/files/annotations/anno3.json b/third_party/WebKit/LayoutTests/imported/wpt/annotation-protocol/files/annotations/anno3.json |
new file mode 100644 |
index 0000000000000000000000000000000000000000..548825c76bc79cd66bd6b7481383ded83ec53992 |
--- /dev/null |
+++ b/third_party/WebKit/LayoutTests/imported/wpt/annotation-protocol/files/annotations/anno3.json |
@@ -0,0 +1,13 @@ |
+{ |
+ "@context": "http://www.w3.org/ns/anno.jsonld", |
+ "id": "http://example.org/anno3", |
+ "type": "Annotation", |
+ "body": { |
+ "id": "http://example.org/video1", |
+ "type": "Video" |
+ }, |
+ "target": { |
+ "id": "http://example.org/website1", |
+ "type": "Text" |
+ } |
+} |