From 914368530ba622ff0117cd34bec058fb0d862155 Mon Sep 17 00:00:00 2001 From: Moonchild Date: Thu, 4 Feb 2021 19:41:06 +0000 Subject: Issue #439 - Remove web-platform tests from the tree. This removes a total of 23,936 files we would never use nor have the capacity to properly maintain or keep up-to-date. --- .../tests/annotation-model/tools/samples/example4.json | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 testing/web-platform/tests/annotation-model/tools/samples/example4.json (limited to 'testing/web-platform/tests/annotation-model/tools/samples/example4.json') diff --git a/testing/web-platform/tests/annotation-model/tools/samples/example4.json b/testing/web-platform/tests/annotation-model/tools/samples/example4.json deleted file mode 100644 index 5655fb39e..000000000 --- a/testing/web-platform/tests/annotation-model/tools/samples/example4.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "@context": "http://www.w3.org/ns/anno.jsonld", - "id": "http://example.org/anno4", - "type": "Annotation", - "body": "http://example.org/description1", - "target": { - "id": "http://example.com/image1#xywh=100,100,300,300", - "type": "Image", - "format": "image/jpeg" - } -} \ No newline at end of file -- cgit v1.2.3