layout/reftests/outline/outline-and-3d-transform-1-ref.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/outline/outline-and-3d-transform-1-ref.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,28 @@
     1.4 +<!DOCTYPE HTML>
     1.5 +<title>Testcase for outline around 3-D transform</title>
     1.6 +<style>
     1.7 +
     1.8 +html, body { margin: 0; padding: 0; border: none }
     1.9 +
    1.10 +div {
    1.11 +  width: 100px;
    1.12 +  height: 100px;
    1.13 +}
    1.14 +
    1.15 +body > div {
    1.16 +  margin-top: 200px;
    1.17 +  margin-left: 200px;
    1.18 +  transform-style: flat;
    1.19 +  position: relative;
    1.20 +}
    1.21 +
    1.22 +body > div > div {
    1.23 +  position: absolute; top: 0; left: 0;
    1.24 +  height: 150px; width: 150px; top: -25px; left: -25px;
    1.25 +  background: rgba(255, 255, 0, 0.4);
    1.26 +  outline: 2px dashed blue;
    1.27 +}
    1.28 +
    1.29 +</style>
    1.30 +
    1.31 +<div><div></div></div>

mercurial