diff options
Diffstat (limited to 'tests/wpt/web-platform-tests/html/the-xhtml-syntax/parsing-xhtml-documents/xhtml-mathml-dtd-entity-support.htm')
-rw-r--r-- | tests/wpt/web-platform-tests/html/the-xhtml-syntax/parsing-xhtml-documents/xhtml-mathml-dtd-entity-support.htm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/wpt/web-platform-tests/html/the-xhtml-syntax/parsing-xhtml-documents/xhtml-mathml-dtd-entity-support.htm b/tests/wpt/web-platform-tests/html/the-xhtml-syntax/parsing-xhtml-documents/xhtml-mathml-dtd-entity-support.htm index 4494f7f3c82..6d1922971a7 100644 --- a/tests/wpt/web-platform-tests/html/the-xhtml-syntax/parsing-xhtml-documents/xhtml-mathml-dtd-entity-support.htm +++ b/tests/wpt/web-platform-tests/html/the-xhtml-syntax/parsing-xhtml-documents/xhtml-mathml-dtd-entity-support.htm @@ -35,8 +35,7 @@ setup(function() {}, {explicit_done: true}); var xhr = new XMLHttpRequest(); - //xhr.open("GET", "entities.json"); - xhr.open("GET", "https://w3c.github.io/html/entities.json"); + xhr.open("GET", "/common/entities.json"); xhr.onload = function () { // Note: for proper XML parsing of the Doctype, Edge requires a non-empty string for url part var entitiesJSON = JSON.parse(xhr.response); |