~ubuntu-branches/ubuntu/karmic/xulrunner-1.9/karmic

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Alexander Sack
  • Date: 2009-03-05 17:19:38 UTC
  • mfrom: (1.1.17 upstream)
  • Revision ID: james.westby@ubuntu.com-20090305171938-em56xsox7j2mfqdq
Tags: 1.9.0.7+nobinonly-0ubuntu1
* security/stability v1.9.0.7 (FIREFOX_3_0_7_RELEASE)
  - USN-728-1
* bump required soft-depends on nspr to >= 4.7.3
  - update debian/rules

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE HTML>
 
2
<html>
 
3
<head><style>
 
4
div {
 
5
  width: 0px;
 
6
}
 
7
span {
 
8
  border: 5px solid orange;
 
9
  margin-left: 50px;
 
10
}
 
11
</style></head>
 
12
<body><div><span><!--whitespace--> <input></span></div></body>
 
13
</html>