~ubuntu-branches/ubuntu/trusty/xulrunner-1.9/trusty

« back to all changes in this revision

Viewing changes to mozilla/content/xbl/test/test_bug481558.html

  • Committer: Bazaar Package Importer
  • Author(s): Alexander Sack
  • Date: 2009-04-25 14:39:28 UTC
  • mfrom: (1.1.19 upstream) (32.1.2 jaunty-security)
  • Revision ID: james.westby@ubuntu.com-20090425143928-7rf09kep23g3do37
Tags: 1.9.0.10+nobinonly-0ubuntu0.9.04.1
* security/stability v1.9.0.10 (FIREFOX_3_0_10_RELEASE)
  - see USN-765-1

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=481558
 
5
-->
 
6
<head>
 
7
  <title>Test for Bug 481558</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
  <link rel="stylesheet" type="text/css" href="http://example.com/tests/content/xbl/test/file_bug481558.css">
 
12
</head>
 
13
<body onload="runTest();">
 
14
<a target="_blank" href="https://bugzilla.mozilla.org/show_bug.cgi?id=481558">Mozilla Bug 481558</a>
 
15
<p id="display"></p>
 
16
<pre id="test">
 
17
<script class="testbody" type="text/javascript">
 
18
 
 
19
SimpleTest.waitForExplicitFinish();
 
20
function runTest() {
 
21
  is ($('display').xblBoundProperty, undefined, "XBL shouldn't be attached");
 
22
  SimpleTest.finish();
 
23
}
 
24
 
 
25
</script>
 
26
</pre>
 
27
</body>
 
28
</html>