servo/tests/wpt/web-platform-tests/js/builtins/Promise-incumbent-global-subsubframe.sub.html

13 lines
326 B
HTML

<!DOCTYPE html>
<script>
document.domain = "{{host}}";
onmessage = function (e) {
parent.postMessage(
{
actual: e.origin,
expected: "{{location[scheme]}}://{{domains[www1]}}:{{ports[http][0]}}",
reason: "Incumbent should have been the caller of then()"
},
"*");
}
</script>