https://github.com/mozilla/gecko-dev
Raw File
Tip revision: ef747cb9bb50f16402eb5d3ab4ec0fd980cf8834 authored by Ryan VanderMeulen on 09 June 2014, 18:59:33 UTC
Bug 947531 - Skip the satchel browser-chrome test too. a=test-only
Tip revision: ef747cb
origin-1b.html
<html>
<head>
</head>
<body>
  <div style="width:200px;height:100px;border:1px solid black; -moz-transform: rotate(45deg); -moz-transform-origin:100% 50%">
	Some text!
  </div>
</body>
</html>
back to top