Index: third_party/WebKit/LayoutTests/imported/wpt/annotation-protocol/files/annotations/anno1.jsonld |
diff --git a/third_party/WebKit/LayoutTests/imported/wpt/annotation-protocol/files/annotations/anno1.jsonld b/third_party/WebKit/LayoutTests/imported/wpt/annotation-protocol/files/annotations/anno1.jsonld |
new file mode 100644 |
index 0000000000000000000000000000000000000000..0e1729ae7217b2d486877e8c2f5f5c87b1a537f3 |
--- /dev/null |
+++ b/third_party/WebKit/LayoutTests/imported/wpt/annotation-protocol/files/annotations/anno1.jsonld |
@@ -0,0 +1,11 @@ |
+{ |
+ "@context": "http://www.w3.org/ns/anno.jsonld", |
+ "id": "/annotations/anno1.jsonld", |
+ "type": "Annotation", |
+ "created": "2015-01-31T12:03:45Z", |
+ "body": { |
+ "type": "TextualBody", |
+ "value": "I like this page!" |
+ }, |
+ "target": "/index.html" |
+} |