mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
9819d5341a
--HG-- rename : security/manager/ssl/tests/mochitest/test_bug413909.html => security/manager/ssl/tests/mochitest/bugs/test_bug413909.html
14 lines
229 B
HTML
14 lines
229 B
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<head>
|
|
</head>
|
|
|
|
<body>
|
|
This is frame 2:
|
|
<script>
|
|
document.write(location.href);
|
|
</script>
|
|
<iframe src="http://example.com/tests/security/ssl/mixedcontent/iframe.html"></iframe>
|
|
</body>
|
|
</html>
|