Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(497)

Side by Side Diff: third_party/WebKit/LayoutTests/imported/wpt/annotation-protocol/files/annotations/anno41.json

Issue 2327923003: W3C auto test import CL. (Closed)
Patch Set: Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 {
2 "@context": "http://www.w3.org/ns/anno.jsonld",
3 "id": "http://example.org/anno41",
4 "type": "Annotation",
5 "motivation": "commenting",
6 "creator": {
7 "id": "http://example.org/user1",
8 "type": "Person",
9 "name": "A. Person",
10 "nickname": "user1"
11 },
12 "created": "2015-10-13T13:00:00Z",
13 "generator": {
14 "id": "http://example.org/client1",
15 "type": "Software",
16 "name": "Code v2.1",
17 "homepage": "http://example.org/homepage1"
18 },
19 "generated": "2015-10-14T15:13:28Z",
20 "stylesheet": {
21 "id": "http://example.org/stylesheet1",
22 "type": "CssStylesheet"
23 },
24 "body": [
25 {
26 "type": "TextualBody",
27 "purpose": "tagging",
28 "value": "love"
29 },
30 {
31 "type": "Choice",
32 "items": [
33 {
34 "type": "TextualBody",
35 "purpose": "describing",
36 "value": "I really love this particular bit of text in this XML. No re ally.",
37 "format": "text/plain",
38 "language": "en",
39 "creator": "http://example.org/user1"
40 },
41 {
42 "type": "SpecificResource",
43 "purpose": "describing",
44 "source": {
45 "id": "http://example.org/comment1",
46 "type": "Audio",
47 "format": "audio/mpeg",
48 "language": "de",
49 "creator": {
50 "id": "http://example.org/user2",
51 "type": "Person"
52 }
53 }
54 }
55 ]
56 }
57 ],
58 "target": {
59 "type": "SpecificResource",
60 "styleClass": "mystyle",
61 "source": "http://example.com/document1",
62 "state": [
63 {
64 "type": "HttpRequestState",
65 "value": "Accept: application/xml",
66 "refinedBy": {
67 "type": "TimeState",
68 "sourceDate": "2015-09-25T12:00:00Z"
69 }
70 }
71 ],
72 "selector": {
73 "type": "FragmentSelector",
74 "value": "xpointer(/doc/body/section[2]/para[1])",
75 "refinedBy": {
76 "type": "TextPositionSelector",
77 "start": 6,
78 "end": 27
79 }
80 }
81 }
82 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698