Update web-platform-tests to revision 7c15d5b4e87b3a20ca2bc523b33303131510bc01

This commit is contained in:
WPT Sync Bot 2019-10-10 10:25:15 +00:00
parent 4ded3038c0
commit e864d8823c
69 changed files with 561 additions and 403 deletions

View file

@ -38,7 +38,7 @@
function run(row) {
var xhr = new XMLHttpRequest();
xhr.open("GET", "/common/entities.json");
xhr.open("GET", "entities.json");
xhr.onload = function () {
var entitiesJSON = JSON.parse(xhr.response);
setupTests(entitiesJSON, row[1], row[2], row[0], row[3]);