~ubuntu-branches/ubuntu/utopic/xulrunner-1.9/utopic

« back to all changes in this revision

Viewing changes to mozilla/content/html/content/test/test_bug441930.html

  • Committer: Bazaar Package Importer
  • Author(s): Alexander Sack, Alexander Sack, Fabien Tassin
  • Date: 2009-02-05 09:12:37 UTC
  • mfrom: (1.1.16 upstream)
  • Revision ID: james.westby@ubuntu.com-20090205091237-2uu65i47p00yi2xk
Tags: 1.9.0.6+nobinonly-0ubuntu1
[ Alexander Sack <asac@ubuntu.com> ]
* new security/stability update v1.9.0.6 (FIREFOX_3_0_6_RELEASE)
  - see USN-717-1
* adjust patches to changed code base
  - update debian/patches/dom_inspector_support_for_prism.patch

[ Fabien Tassin <fta@ubuntu.com> ]
* Fix preinst script to better handle the /etc/gre.d clean-up
  - update debian/xulrunner-1.9.preinst.in
* Fix permissions in the -dev package (LP: #303940)
  - update debian/rules

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE HTML>
 
2
<html>
 
3
<!--
 
4
https://bugzilla.mozilla.org/show_bug.cgi?id=441930
 
5
-->
 
6
<head>
 
7
  <title>Test for Bug 441930</title>
 
8
  <script type="text/javascript" src="/MochiKit/MochiKit.js"></script>
 
9
  <script type="text/javascript" src="/tests/SimpleTest/SimpleTest.js"></script>
 
10
  <link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css" />
 
11
</head>
 
12
<body>
 
13
<a target="_blank" href="https://bugzilla.mozilla.org/show_bug.cgi?id=441930">Mozilla Bug 441930</a>
 
14
<pre id="test">
 
15
<script class="testbody" type="text/javascript">
 
16
 
 
17
/** Test for Bug 441930: see bug441930_iframe.html **/
 
18
 
 
19
SimpleTest.waitForExplicitFinish();
 
20
 
 
21
</script>
 
22
</pre>
 
23
<p id="display">
 
24
  <iframe src="bug441930_iframe.html"></iframe>
 
25
</p>
 
26
<div id="content" style="display: none">
 
27
</div>
 
28
</body>
 
29
</html>
 
30