blob: 8bf81a92223503b9ed77493ab4ad175bbeead798 (
plain)
1
2
3
4
5
6
7
8
|
<html>
<head>
<title>A top-level page with iframe cookie banner</title>
</head>
<body>
<iframe src="https://example.com/browser/toolkit/components/cookiebanners/test/browser/file_banner.html"></iframe>
</body>
</html>
|