Index: third_party/WebKit/LayoutTests/imported/wpt/annotation-protocol/files/annotations/anno10.json |
diff --git a/third_party/WebKit/LayoutTests/imported/wpt/annotation-protocol/files/annotations/anno10.json b/third_party/WebKit/LayoutTests/imported/wpt/annotation-protocol/files/annotations/anno10.json |
new file mode 100644 |
index 0000000000000000000000000000000000000000..766fddf3ac8f5b9087128f76f4c2df59c7507c72 |
--- /dev/null |
+++ b/third_party/WebKit/LayoutTests/imported/wpt/annotation-protocol/files/annotations/anno10.json |
@@ -0,0 +1,19 @@ |
+{ |
+ "@context": "http://www.w3.org/ns/anno.jsonld", |
+ "id": "http://example.org/anno10", |
+ "type": "Annotation", |
+ "body": { |
+ "type": "Choice", |
+ "items": [ |
+ { |
+ "id": "http://example.org/note1", |
+ "language": "en" |
+ }, |
+ { |
+ "id": "http://example.org/note2", |
+ "language": "fr" |
+ } |
+ ] |
+ }, |
+ "target": "http://example.org/website1" |
+} |