https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 053e2e0993dd38f471677e58468ec8e3deee1baf authored by ffxbld on 07 August 2012, 00:16:28 UTC
Added FENNEC_14_0_2_RELEASE FENNEC_14_0_2_BUILD2 tag(s) for changeset 6d69e50846fa. DONTBUILD CLOSED TREE a=release
Tip revision: 053e2e0
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