mirror of
https://github.com/servo/servo
synced 2026-05-02 20:32:02 +02:00
Update web-platform-tests to revision 0d318188757a9c996e20b82db201fd04de5aa255
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
<!doctype html>
|
||||
<title>document.open in unload</title>
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<div id="log"></div>
|
||||
<script>
|
||||
var t = async_test();
|
||||
var win;
|
||||
|
||||
t.step(function() {
|
||||
win = window.open("001-1.html");
|
||||
});
|
||||
|
||||
add_completion_callback(function() {win.close()});
|
||||
</script>
|
||||
Reference in New Issue
Block a user