https://github.com/mozilla/gecko-dev
Raw File
Tip revision: d4f831862a6928b62a9fc427d200712d8cbc14e4 authored by Christian Legnitto on 16 September 2011, 02:55:42 UTC
Backout bug 678588 due to the volume regression in bug 598774, a=LegNeato
Tip revision: d4f8318
413542-2.html
<!DOCTYPE html>
<html>
 <head>
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  <title>Percentage margin on inlines ignored in presence of certain characters in source</title>
  <style type="text/css">
#test {
	border: 1px solid #000;
	width: 500px;
}
#test span {
	border: 1px solid #f00;
	margin: 0 10%;
}
  </style>
 </head>
 <body>
<!-- To enable bidi: א -->
  <div id="test"><span>one</span><span>two</span></div>
 </body>
</html>
back to top