mirror of
https://github.com/servo/servo.git
synced 2025-08-08 23:15:33 +01:00
Update web-platform-tests to 887399d3d0a85d0e27a6688ae384459376adf7ca
This commit is contained in:
parent
a900196b3f
commit
8ea56eabaa
44 changed files with 178 additions and 77 deletions
|
@ -3,12 +3,12 @@
|
|||
<title>[Browsing Context] : [APIs for creating browsing_contexts by name]</title>
|
||||
<link rel="author" title="Duhyeong Kim" href="mailto:dduskim@gmail.com">
|
||||
<link rel="help" href="https://html.spec.whatwg.org/multipage/#apis-for-creating-and-navigating-browsing-contexts-by-name">
|
||||
<meta name=timeout content=long>
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<div id="log"></div>
|
||||
<script>
|
||||
async_test(function() {
|
||||
var currentUrl = 'http://' + window.location.host + '/';
|
||||
var currentUrl = 'http://' + window.location.host + '/common/blank.html';
|
||||
var win = window.open(currentUrl, '', 'height=1,width=1');
|
||||
this.add_cleanup(function() { win.close(); });
|
||||
win.onload = this.step_func_done(function () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue