~ubuntu-branches/ubuntu/raring/xulrunner-1.9/raring

« back to all changes in this revision

Viewing changes to mozilla/layout/reftests/bugs/482659-1a.html

  • Committer: Bazaar Package Importer
  • Author(s): Alexander Sack
  • Date: 2009-03-27 11:01:58 UTC
  • mfrom: (1.1.18 upstream)
  • Revision ID: james.westby@ubuntu.com-20090327110158-jncj3np2zz3kjwit
Tags: 1.9.0.8+nobinonly-0ubuntu1
* security/stability v1.9.0.8 (FIREFOX_3_0_8_RELEASE)
  - see USN-745-1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE html>
 
2
<html class="reftest-wait">
 
3
  <head>
 
4
    <script>
 
5
      window.onload = function() {
 
6
        window.frames[0].document.body.innerHTML =
 
7
          "<img src='passouter.png' " +
 
8
          "onload='window.parent.document.documentElement.className = &quot;&quot;'";
 
9
      }
 
10
    </script>
 
11
  </head>
 
12
  <body>
 
13
    <iframe></iframe>
 
14
  </body>
 
15
</html>
 
16