| Index: third_party/WebKit/LayoutTests/imported/wpt/annotation-protocol/files/annotations/anno26.json
|
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/annotation-protocol/files/annotations/anno26.json b/third_party/WebKit/LayoutTests/imported/wpt/annotation-protocol/files/annotations/anno26.json
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..1777fd781b8532daf825871e7c269e491969c95e
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/annotation-protocol/files/annotations/anno26.json
|
| @@ -0,0 +1,15 @@
|
| +{
|
| + "@context": "http://www.w3.org/ns/anno.jsonld",
|
| + "id": "http://example.org/anno26",
|
| + "type": "Annotation",
|
| + "body": "http://example.org/comment1",
|
| + "target": {
|
| + "source": "http://example.org/page1",
|
| + "selector": {
|
| + "type": "TextQuoteSelector",
|
| + "exact": "anotation",
|
| + "prefix": "this is an ",
|
| + "suffix": " that has some"
|
| + }
|
| + }
|
| +}
|
|
|