trisquel-icecat/icecat/toolkit/components/resistfingerprinting/tests/browser/testPage.html

9 lines
174 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>A page with a javascript URL iframe</title>
</head>
<body>
<iframe id="testFrame" src="javascript:void(0)"></iframe>
</body>
</html>