Update web-platform-tests to revision 63459a30a61cda53c8c8ab4dc645b142cd2f85ea

This commit is contained in:
WPT Sync Bot 2019-07-16 10:26:01 +00:00
parent 005320c08c
commit 40ef4e9705
82 changed files with 986 additions and 154 deletions

View file

@ -126,7 +126,7 @@ async_test(function() {
assert_equals(object_realm(dp), "child window");
}, "Constructor in child window with bad NewTarget from child window that's a proxy for a parent window function");
});
iframe.src = "constructors-support.html";
iframe.src = "support/constructors-support.html";
document.body.appendChild(iframe);
});
</script>