gecko/dom/browser-element/mochitest/test_browserElement_oop_DisallowEmbedAppsInOOP.html
Kan-Ru Chen (陳侃如) 38188b0729 Bug 1059662 - Disallow OOP app to embed in-proc apps. r=fabrice
Some mochitest that use embed-apps in an oop context is disabled.

--HG--
extra : rebase_source : 72de2cdae86eb8d55e642529cd4aae0af97e4e96
2014-11-11 10:25:36 +08:00

13 lines
456 B
HTML

<!DOCTYPE HTML>
<html>
<head>
<title>Test for Bug 1059662</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_DisallowEmbedAppsInOOP.js">
</script>
</body>
</html>