summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-transforms/transform-origin-013-ref.html
blob: c88cd5e9efae9baf43025ecc2a5f9aa59954f983 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<title>CSS Reftest Reference</title>
<link rel="author" title="Ms2ger" href="mailto:Ms2ger@gmail.com">
<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>