mirror of
https://github.com/servo/servo
synced 2026-04-30 03:17:15 +02:00
Update web-platform-tests to revision 1e42017386ce1eaeed4925fb8bc7f5417752019a
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user