https://github.com/mozilla/gecko-dev
Raw File
Tip revision: dd2f462a971fdf6a72e7c3da774a4e4a5608ebfa authored by B2G Bumper Bot on 09 June 2014, 23:03:54 UTC
Bumping manifests a=b2g-bump
Tip revision: dd2f462
151407-2-rtl.html
<!DOCTYPE html>
<html dir="rtl">
  <head>
    <meta charset="utf-8">
    <title>Test GetDir() for documents</title>
    <script type="text/javascript">
function fill() {
    span = document.getElementById("span0");
    span.innerHTML = document.dir;
}
    </script>
  </head>
  <body onLoad="fill()">
    <div>getDir on document returns "<span id="span0"></span>"</div>
  </body>
</html>
back to top