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
489517-1.html
<!DOCTYPE html>
<html>
<head>
<style type="text/css">
.flipped { direction: rtl; unicode-bidi: bidi-override;  }
</style>

<script type="text/javascript">

function boom()
{
  document.getElementById("outer").className = "flipped";
}

</script>
</head>

<body onload="boom();"><div id="outer">AB</div>
</body>
</html>
back to top