summaryrefslogtreecommitdiffstats
path: root/browser/components/originattributes/test/browser/test_firstParty_iframe_http_redirect.html
blob: fd7df46c156585d95e98ae9a3198f7612de66d8e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE HTML>
<html>
<head>
  <meta charset="utf-8"/>
  <title>Test for Bug 1260931</title>
  <link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css"/>
</head>
<body>
  <div>
    <iframe id="iframe1" src="test_firstParty_http_redirect.html"></iframe>
  </div>
</body>
</html>