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

Side by Side Diff: third_party/WebKit/LayoutTests/imported/wpt/annotation-protocol/files/annotations/anno11.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/anno11",
4 "type": "Annotation",
5 "motivation": "commenting",
6 "body": {
7 "type": "TextualBody",
8 "value": "These pages together provide evidence of the conspiracy"
9 },
10 "target": {
11 "type": "Composite",
12 "items": [
13 "http://example.com/page1",
14 "http://example.org/page6",
15 "http://example.net/page4"
16 ]
17 }
18 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698