https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 0ecc076d496e3be9b44131a2923897edc4e8116c authored by Brian Smith on 16 February 2013, 19:21:13 UTC
Bug 842064: Fix build bustage caused by expired certificates in test_signed_apps.js on a CLOSED TREE, a=bustage, a=testonly
Tip revision: 0ecc076
676245-1.html
<!DOCTYPE HTML>
<html>
 <head>
   <title>block-as-inline</title>
   <style>
     .inline {display: inline;}
   </style>
 </head>
 <body>
   <div>
  I like:
  <div class="inline">A</div>
  <div class="inline" dir="rtl">&#x05D0;</div>
  <div class="inline" dir="rtl">&#x05D1;</div>
  (3 things total).
   </div>
 </body>
</html>
back to top