aboutsummaryrefslogtreecommitdiffstats
path: root/tests/wpt/tests/css/css-transforms/animation/transform-percent-with-width-and-height-separate-ref.html
diff options
context:
space:
mode:
Diffstat (limited to 'tests/wpt/tests/css/css-transforms/animation/transform-percent-with-width-and-height-separate-ref.html')
-rw-r--r--tests/wpt/tests/css/css-transforms/animation/transform-percent-with-width-and-height-separate-ref.html18
1 files changed, 18 insertions, 0 deletions
diff --git a/tests/wpt/tests/css/css-transforms/animation/transform-percent-with-width-and-height-separate-ref.html b/tests/wpt/tests/css/css-transforms/animation/transform-percent-with-width-and-height-separate-ref.html
new file mode 100644
index 00000000000..8025539309f
--- /dev/null
+++ b/tests/wpt/tests/css/css-transforms/animation/transform-percent-with-width-and-height-separate-ref.html
@@ -0,0 +1,18 @@
+<!DOCTYPE html>
+<html>
+<head>
+<style>
+
+div {
+ width: 200px;
+ height: 200px;
+ background-color: black;
+ transform: translate(50%, 50%);
+}
+
+</style>
+</head>
+<body>
+<div></div>
+</body>
+</html> \ No newline at end of file