diff options
Diffstat (limited to '')
-rw-r--r-- | gfx/tests/reftest/1812341.html | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/gfx/tests/reftest/1812341.html b/gfx/tests/reftest/1812341.html new file mode 100644 index 0000000000..9d9a18e1d4 --- /dev/null +++ b/gfx/tests/reftest/1812341.html @@ -0,0 +1,24 @@ +<!DOCTYPE html> +<meta charset=utf-8> +<style> + .cube figure { + position: absolute; + backface-visibility: hidden; + width: 100%; + height: 100% + } +</style> +</head> + +<body style=background-color:#ffffff;overflow:hidden> + <div style=width:1504px;height:762px> + <div class="cube" style="width:1024px;height:1024px;transform:translate(-50%,-50%) scale(1.46875);perspective:377px;perspective-origin:512px 512px"> + <figure class=face0 style="transform:translateZ(377px) rotateX(-0.0823553rad) rotateY(1.79937rad) rotateY(-89.9999deg) translateZ(-511.5px);background: orange"></figure> + <figure class=face1 style="transform:translateZ(377px) rotateX(-0.0823553rad) rotateY(1.79937rad) rotateY(0.0001deg) translateZ(-511.5px);background: red"></figure> + <figure class=face2 style="transform:translateZ(377px) rotateX(-0.0823553rad) rotateY(1.79937rad) rotateY(89.9999deg) translateZ(-511.5px);background:pink"></figure> + <figure class=face3 style="transform:translateZ(377px) rotateX(-0.0823553rad) rotateY(1.79937rad) rotateY(180deg) translateZ(-511.5px);background: yellow"> </figure> + <figure class=face4 style="transform:translateZ(377px) rotateX(-0.0823553rad) rotateY(1.79937rad) rotateX(-89.9999deg) translateZ(-511.5px);background: brown"> </figure> + <figure class=face5 style="transform:translateZ(377px) rotateX(-0.0823553rad) rotateY(1.79937rad) rotateX(89.9999deg) translateZ(-511.5px);background: green"></figure> + </div> + </div> +</body> |