gecko-dev/toolkit/components/remotebrowserutils/tests/browser/file_postmsg_parent.html
Nika Layzell 25b67f3167 Bug 1539163 - Part 3: tests for switch processes, r=qdot
Adds a basic test for this process switching functionality in subframes.

This tests one of the few forms of remoteness which are supported with the Part
1 patch, which is when navigating an iframe in a file:// document to a webpage.

Differential Revision: https://phabricator.services.mozilla.com/D26565

--HG--
extra : moz-landing-system : lando
2019-04-17 00:53:34 +00:00

5 lines
No EOL
112 B
HTML

<!DOCTYPE html>
<html>
<body onload="parent.postMessage({location: window.location.href}, '*')">
</body>
</html>