https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 12d4eb1f39d4c802e8ec6e94eeef91d53548d643 authored by ffxbld on 30 August 2011, 16:23:22 UTC
Added tag FENNEC_7_0b3_BUILD1 for changeset 5c70e2cefba5. CLOSED TREE a=release
Tip revision: 12d4eb1
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