mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Update web-platform-tests to revision d75cd4df6722acef7224eb6edcdc52b125680dad
This commit is contained in:
parent
1af15054e7
commit
d18b651358
120 changed files with 3588 additions and 1362 deletions
|
@ -0,0 +1,10 @@
|
|||
<base id="base" target="_blank">
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<iframe id="i" src="about:blank"></iframe>
|
||||
<script>
|
||||
async_test(function(t) {
|
||||
window.onmessage = () => t.done();
|
||||
i.src = "data:text/html,This should navigate the iframe<script>top.postMessage('done', '*');</sc" + "ript>";
|
||||
});
|
||||
</script>
|
|
@ -0,0 +1,10 @@
|
|||
<base id="base" target="_blank">
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<iframe id="i" src="about:blank"></iframe>
|
||||
<script>
|
||||
async_test(function(t) {
|
||||
window.onmessage = () => t.done();
|
||||
i.contentWindow.location = "data:text/html,This should navigate the iframe<script>top.postMessage('done', '*');</sc" + "ript>";
|
||||
});
|
||||
</script>
|
Loading…
Add table
Add a link
Reference in a new issue