~ubuntu-branches/ubuntu/quantal/xulrunner-1.9/quantal

« back to all changes in this revision

Viewing changes to mozilla/layout/generic/crashtests/477928.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>
 
3
<head>
 
4
<script>
 
5
 
 
6
function boom()
 
7
{
 
8
  document.getElementById("a").appendChild(document.createTextNode("\n"));
 
9
}
 
10
 
 
11
</script>
 
12
</head>
 
13
<body onload="boom();">
 
14
<div id="a" style="max-width: -moz-max-content; -moz-column-count: 2;"><span style="white-space: pre-line;"><span>
 
15
</span>
 
16
</span></div>
 
17
</body>
 
18
</html>