transform-origin-013-ref.html (453B)
1 <!DOCTYPE html> 2 <title>CSS Reftest Reference</title> 3 <link rel="author" title="Ms2ger" href="mailto:Ms2ger@gmail.com"> 4 <style> 5 div { 6 margin-top: -2px; 7 width: 50px; 8 height: 100px; 9 float: left; 10 } 11 .fuchsia { 12 background: fuchsia; 13 } 14 .orange { 15 background: orange; 16 } 17 </style> 18 <p>The test passes if there is a vertical fuchsia stripe to the left of an orange stripe. You should see no red.</p> 19 <div class="fuchsia"></div> 20 <div class="orange"></div>