Index: third_party/WebKit/LayoutTests/imported/wpt/annotation-protocol/files/annotations/anno32.json |
diff --git a/third_party/WebKit/LayoutTests/imported/wpt/annotation-protocol/files/annotations/anno32.json b/third_party/WebKit/LayoutTests/imported/wpt/annotation-protocol/files/annotations/anno32.json |
new file mode 100644 |
index 0000000000000000000000000000000000000000..f7c189ceb63ca56c98be34c6de31e923181536bc |
--- /dev/null |
+++ b/third_party/WebKit/LayoutTests/imported/wpt/annotation-protocol/files/annotations/anno32.json |
@@ -0,0 +1,19 @@ |
+{ |
+ "@context": "http://www.w3.org/ns/anno.jsonld", |
+ "id": "http://example.org/anno32", |
+ "type": "Annotation", |
+ "body": "http://example.org/comment1", |
+ "target": { |
+ "source": "http://example.org/page1", |
+ "selector": { |
+ "type": "FragmentSelector", |
+ "value": "para5", |
+ "refinedBy": { |
+ "type": "TextQuoteSelector", |
+ "exact": "Selected Text", |
+ "prefix": "text before the ", |
+ "suffix": " and text after it" |
+ } |
+ } |
+ } |
+} |