diff --git a/tests/remote-doc-manifest.html b/tests/remote-doc-manifest.html
index 0849a477..5d18a5e5 100644
--- a/tests/remote-doc-manifest.html
+++ b/tests/remote-doc-manifest.html
@@ -443,6 +443,8 @@
- httpLink
- <0013-context.html>; rel="http://www.w3.org/ns/json-ld#context"
+ - processorFeature
+ - HTML Script Extraction
diff --git a/tests/remote-doc-manifest.jsonld b/tests/remote-doc-manifest.jsonld
index 47bc3182..098ab556 100644
--- a/tests/remote-doc-manifest.jsonld
+++ b/tests/remote-doc-manifest.jsonld
@@ -130,7 +130,8 @@
"name": "load JSON document with link to HTML document",
"purpose": "If a context is specified in a link header, it is used for JSON, extracting from HTML.",
"option": {
- "httpLink": "<0013-context.html>; rel=\"http://www.w3.org/ns/json-ld#context\""
+ "httpLink": "<0013-context.html>; rel=\"http://www.w3.org/ns/json-ld#context\"",
+ "processorFeature": "HTML Script Extraction"
},
"input": "remote-doc/0013-in.json",
"expect": "remote-doc/0013-out.jsonld"