summaryrefslogtreecommitdiffstats
path: root/layout/mathml/tests/test_bug706406.html
blob: 72e7872844ce6b9e592b1e9dd687eb78e458eead (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE HTML>
<html>
<head>
  <script src="/tests/SimpleTest/SimpleTest.js"></script>
  <link rel="stylesheet" href="/tests/SimpleTest/test.css">
</head>
<body>
<a target="_blank" href="https://bugzilla.mozilla.org/show_bug.cgi?id=706406">Mozilla Bug 706406</a>
<iframe></iframe>
<pre id="test">
<script type="application/javascript">
  SimpleTest.waitForExplicitFinish();
  SpecialPowers.pushPrefEnv({"set": [["mathml.legacy_maction_and_semantics_implementations.disabled", false]]}, function() {
    document.querySelector('iframe').src = "file_bug706406_iframe.html";
  });
</script>
</pre>
</body>
</html>