mirror of
https://github.com/servo/servo.git
synced 2025-08-15 10:25:32 +01:00
Update web-platform-tests to revision dc5cbf088edcdb266541d4e5a76149a2c6e716a0
This commit is contained in:
parent
1d40075f03
commit
079092dfea
2381 changed files with 90360 additions and 17722 deletions
|
@ -5,6 +5,7 @@
|
|||
<link rel=help href="https://html.spec.whatwg.org/multipage/#execute-the-script-block">
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<script src="/common/get-host-info.sub.js"></script>
|
||||
<div id="log"></div>
|
||||
<script>
|
||||
var data = {
|
||||
|
@ -215,7 +216,7 @@ function testLoadFail() {
|
|||
<script>
|
||||
var s = document.createElement("script");
|
||||
s.id = "cross-origin";
|
||||
s.src = "http://{{domains[www1]}}:{{ports[http][1]}}/html/dom/documents/dom-tree-accessors/cross-domain.js"
|
||||
s.src = get_host_info(). HTTP_REMOTE_ORIGIN + "/html/dom/documents/dom-tree-accessors/cross-domain.js"
|
||||
s.onload = function() {
|
||||
verify('cross-origin')
|
||||
finish('cross-origin');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue