mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-10 05:08:36 +02:00
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
5 lines
No EOL
112 B
HTML
5 lines
No EOL
112 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<body onload="parent.postMessage({location: window.location.href}, '*')">
|
|
</body>
|
|
</html> |