https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 3c771f926a5fc0d3a21aad3e30d30f600a0481a4 authored by ffxbld on 12 September 2016, 21:36:04 UTC
Added FENNEC_49_0_RELEASE FENNEC_49_0_BUILD2 tag(s) for changeset 2ca2666231ec. DONTBUILD CLOSED TREE a=release
Tip revision: 3c771f9
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