Index: third_party/WebKit/LayoutTests/imported/wpt/annotation-protocol/files/annotations/anno12.json |
diff --git a/third_party/WebKit/LayoutTests/imported/wpt/annotation-protocol/files/annotations/anno12.json b/third_party/WebKit/LayoutTests/imported/wpt/annotation-protocol/files/annotations/anno12.json |
new file mode 100644 |
index 0000000000000000000000000000000000000000..a8039b207df2e2ea118c26dba126ff60c14c018b |
--- /dev/null |
+++ b/third_party/WebKit/LayoutTests/imported/wpt/annotation-protocol/files/annotations/anno12.json |
@@ -0,0 +1,19 @@ |
+{ |
+ "@context": "http://www.w3.org/ns/anno.jsonld", |
+ "id": "http://example.org/anno12", |
+ "type": "Annotation", |
+ "motivation": "tagging", |
+ "body": { |
+ "type": "TextualBody", |
+ "value": "important" |
+ }, |
+ "target": { |
+ "type": "List", |
+ "items": [ |
+ "http://example.com/book/page1", |
+ "http://example.com/book/page2", |
+ "http://example.com/book/page3", |
+ "http://example.com/book/page4" |
+ ] |
+ } |
+} |