Index: third_party/WebKit/LayoutTests/imported/wpt/html/the-xhtml-syntax/parsing-xhtml-documents/xhtml-mathml-dtd-entity-support.htm |
diff --git a/third_party/WebKit/LayoutTests/imported/wpt/html/the-xhtml-syntax/parsing-xhtml-documents/xhtml-mathml-dtd-entity-support.htm b/third_party/WebKit/LayoutTests/imported/wpt/html/the-xhtml-syntax/parsing-xhtml-documents/xhtml-mathml-dtd-entity-support.htm |
index 4494f7f3c820de009b059138ea7dea4ddd50744b..6d1922971a76073517156894650e16f2c8cd4b9f 100644 |
--- a/third_party/WebKit/LayoutTests/imported/wpt/html/the-xhtml-syntax/parsing-xhtml-documents/xhtml-mathml-dtd-entity-support.htm |
+++ b/third_party/WebKit/LayoutTests/imported/wpt/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); |