chromium/third_party/blink/web_tests/external/wpt/css/css-transforms/transform-origin-013-ref.html

<!DOCTYPE html>
<title>CSS Reftest Reference</title>
<link rel="author" title="Ms2ger" href="mailto:[email protected]">
<style>
div {
  margin-top: -2px;
  width: 50px;
  height: 100px;
  float: left;
}
.fuchsia {
  background: fuchsia;
}
.orange {
  background: orange;
}
</style>
<p>The test passes if there is a vertical fuchsia stripe to the left of an orange stripe. You should see no red.</p>
<div class="fuchsia"></div>
<div class="orange"></div>