https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 2fd41e108e603afebd88c7797b3e84d3374db56e authored by Paul Adenot on 21 October 2013, 20:05:27 UTC
Bug 929009 - Disable WASAPI in cubeb. r=kinetik a=akeybl
Tip revision: 2fd41e1
151407-2-auto.html
<!DOCTYPE html>
<html dir="auto">
  <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