Index: third_party/WebKit/LayoutTests/imported/wpt/annotation-protocol/files/annotations/anno2.json |
diff --git a/third_party/WebKit/LayoutTests/imported/wpt/annotation-protocol/files/annotations/anno2.json b/third_party/WebKit/LayoutTests/imported/wpt/annotation-protocol/files/annotations/anno2.json |
new file mode 100644 |
index 0000000000000000000000000000000000000000..f950f2db8d6e8df60fb311d45549bbf8da91bf99 |
--- /dev/null |
+++ b/third_party/WebKit/LayoutTests/imported/wpt/annotation-protocol/files/annotations/anno2.json |
@@ -0,0 +1,17 @@ |
+{ |
+ "@context": "http://www.w3.org/ns/anno.jsonld", |
+ "id": "http://example.org/anno2", |
+ "type": "Annotation", |
+ "body": { |
+ "id": "http://example.org/analysis1.mp3", |
+ "format": "audio/mpeg", |
+ "language": "fr" |
+ }, |
+ "target": { |
+ "id": "http://example.gov/patent1.pdf", |
+ "format": "application/pdf", |
+ "language": ["en", "ar"], |
+ "textDirection": "ltr", |
+ "processingLanguage": "en" |
+ } |
+} |