| Index: third_party/WebKit/LayoutTests/imported/wpt/annotation-protocol/files/annotations/anno24.json
|
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/annotation-protocol/files/annotations/anno24.json b/third_party/WebKit/LayoutTests/imported/wpt/annotation-protocol/files/annotations/anno24.json
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..6cca6cb0a6da5bca5b9904ccf33e04d98dd5d5c9
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/annotation-protocol/files/annotations/anno24.json
|
| @@ -0,0 +1,13 @@
|
| +{
|
| + "@context": "http://www.w3.org/ns/anno.jsonld",
|
| + "id": "http://example.org/anno24",
|
| + "type": "Annotation",
|
| + "body": "http://example.org/note1",
|
| + "target": {
|
| + "source": "http://example.org/page1.html",
|
| + "selector": {
|
| + "type": "CssSelector",
|
| + "value": "#elemid > .elemclass + p"
|
| + }
|
| + }
|
| +}
|
|
|