https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 63254fa16f70a245e6d33bfd4bcc94018c1b300b authored by ffxbld on 14 February 2017, 01:04:26 UTC
Added FENNEC_51_0_4_RELEASE FENNEC_51_0_4_BUILD1 tag(s) for changeset a622e89121a7. DONTBUILD CLOSED TREE a=release
Tip revision: 63254fa
1161752-5-embed.html
<!DOCTYPE html>
<html class="reftest-print">
 <head>
  <meta charset="utf-8">
  <title></title>

  <style type="text/css">

  html { direction: rtl; }

 div
    {
      background-color: green;
      border-left: green none 0px;
      border-right: green none 0px;
      height: 50px;
      left: 100px;
      margin-left: 0px;
      margin-right: 0px;
      position: fixed;
      right: 100px;
      top: 0px;
      width: 100px;
    }

  </style>
 </head>

 <body>

  <div></div>

 </body>
</html>
back to top