| Index: third_party/WebKit/LayoutTests/imported/wpt/annotation-protocol/files/annotations/anno5.json
|
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/annotation-protocol/files/annotations/anno5.json b/third_party/WebKit/LayoutTests/imported/wpt/annotation-protocol/files/annotations/anno5.json
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..85532e87850ab06e8ce9e3f59b6cc4404ad7a20f
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/annotation-protocol/files/annotations/anno5.json
|
| @@ -0,0 +1,12 @@
|
| +{
|
| + "@context": "http://www.w3.org/ns/anno.jsonld",
|
| + "id": "http://example.org/anno5",
|
| + "type":"Annotation",
|
| + "body": {
|
| + "type" : "TextualBody",
|
| + "value" : "<p>j'adore !</p>",
|
| + "format" : "text/html",
|
| + "language" : "fr"
|
| + },
|
| + "target": "http://example.org/photo1"
|
| +}
|
|
|