diff options
Diffstat (limited to 'testing/web-platform/tests/css/css-transforms/perspective-svg-001-ref.html')
-rw-r--r-- | testing/web-platform/tests/css/css-transforms/perspective-svg-001-ref.html | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/testing/web-platform/tests/css/css-transforms/perspective-svg-001-ref.html b/testing/web-platform/tests/css/css-transforms/perspective-svg-001-ref.html new file mode 100644 index 0000000000..0319294322 --- /dev/null +++ b/testing/web-platform/tests/css/css-transforms/perspective-svg-001-ref.html @@ -0,0 +1,16 @@ +<!DOCTYPE html> +<title>CSS Test Reference</title> +<div> + <svg overflow="hidden" + width="100%" + height="100%" + viewBox="0 0 365760 205740" + style=" + backface-visibility: hidden; + transform: translate3d(0px, 0px, 0px) + rotate3d(0, 0, 0, 0deg) translate3d(0px, 0px, 0px) + translate3d(0px, 0px, 0px); + "> + <rect fill="green" width="100%" height="100%"></rect> + </svg> +</div> |