mirror of
https://github.com/servo/servo.git
synced 2025-08-18 11:55:39 +01:00
Update web-platform-tests to revision 077bb422b7bb21491a414e334bc594d83ca9e55b
This commit is contained in:
parent
aa9591137a
commit
b2341e328d
248 changed files with 2930 additions and 1961 deletions
|
@ -1,6 +1,6 @@
|
|||
async_test(function(t) {
|
||||
let crossOriginFrame = document.createElement('iframe');
|
||||
crossOriginFrame.src = 'https://{{hosts[alt][]}}/common/blank.html';
|
||||
crossOriginFrame.src = 'https://{{hosts[alt][]}}:{{ports[https][0]}}/common/blank.html';
|
||||
document.body.appendChild(crossOriginFrame);
|
||||
crossOriginFrame.addEventListener('load', t.step_func_done(function() {
|
||||
let crossOriginWindow = crossOriginFrame.contentWindow;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue