mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Update web-platform-tests to revision 0317e9a8591851f97d59c9de28c46ea1c2a25f88
This commit is contained in:
parent
7aa68c8fe7
commit
3214f9ea94
52 changed files with 507 additions and 314 deletions
|
@ -0,0 +1,12 @@
|
|||
<!doctype html>
|
||||
<meta charset="utf-8">
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<script>
|
||||
async_test(t => {
|
||||
window.addEventListener('message', t.step_func_done(e => {
|
||||
assert_equals(e.data, "can navigate");
|
||||
}));
|
||||
}, "A => B => B: B should be able to navigate B.");
|
||||
</script>
|
||||
<iframe src="https://{{hosts[][www]}}:{{ports[https][0]}}/html/semantics/embedded-content/the-iframe-element/support/iframe-tried-to-be-navigated-by-its-child.html"></iframe>
|
Loading…
Add table
Add a link
Reference in a new issue