Index: third_party/WebKit/LayoutTests/imported/wpt/annotation-protocol/files/annotations/anno7.json |
diff --git a/third_party/WebKit/LayoutTests/imported/wpt/annotation-protocol/files/annotations/anno7.json b/third_party/WebKit/LayoutTests/imported/wpt/annotation-protocol/files/annotations/anno7.json |
new file mode 100644 |
index 0000000000000000000000000000000000000000..9f821d22fb2bf7f388ac103d3ae4fdb5ac537855 |
--- /dev/null |
+++ b/third_party/WebKit/LayoutTests/imported/wpt/annotation-protocol/files/annotations/anno7.json |
@@ -0,0 +1,11 @@ |
+{ |
+ "@context": "http://www.w3.org/ns/anno.jsonld", |
+ "id": "http://example.org/anno7", |
+ "type":"Annotation", |
+ "body": { |
+ "type": "TextualBody", |
+ "value": "Comment text", |
+ "format": "text/plain" |
+ }, |
+ "target": "http://example.org/target1" |
+} |