blob: cf5b871ecd5fbf7b97422806b91cd9dbe5686127 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<!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>
|