gecko/dom/browser-element/mochitest/test_browserElement_inproc_CookiesNotThirdParty.html
Justin Lebar a3d840eb68 Bug 806127 - Test that cookies from pages inside <iframe mozbrowser> are not considered third-party. r=bz
The test for the other change in bug 806127 (which affects IndexedDB) is in bug 806168.
2012-11-10 10:32:37 -08:00

13 lines
453 B
HTML

<!DOCTYPE HTML>
<html>
<head>
<title>Test for Bug 806127</title>
<script type="application/javascript" src="/tests/SimpleTest/SimpleTest.js"></script>
<script type="application/javascript" src="browserElementTestHelpers.js"></script>
<link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css"/>
</head>
<body>
<script type="application/javascript;version=1.7" src="browserElement_CookiesNotThirdParty.js">
</script>
</body>
</html>