https://github.com/mozilla/gecko-dev
Raw File
Tip revision: d3e2d6b74a72b51257feb4bd8807e74ea1470d0d authored by Kai Engert on 23 September 2014, 18:44:11 UTC
Bug 1064636 - Update NSS to version 3.16.2.1. r=rrelyea, a=bajaj
Tip revision: d3e2d6b
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