mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
Update web-platform-tests to revision 7c15d5b4e87b3a20ca2bc523b33303131510bc01
This commit is contained in:
parent
4ded3038c0
commit
e864d8823c
69 changed files with 561 additions and 403 deletions
File diff suppressed because it is too large
Load diff
|
@ -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]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue