gecko-dev/browser/base/content/test/contextMenu/test_contextmenu_iframe.html
Jonathan Kingston 736db71698 Bug 1482681 - Fix load iframe in tab context menu. r=johannh
Differential Revision: https://phabricator.services.mozilla.com/D3200

--HG--
extra : moz-landing-system : lando
2018-08-14 12:58:24 +00:00

12 lines
214 B
HTML

<!DOCTYPE HTML>
<html>
<head>
<title>Subtest for browser context menu iframes</title>
</head>
<body>
Browser context menu iframe subtest.
<iframe src="https://example.com/" id="iframe"></iframe>
</body>
</html>