summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/619117-1-ref.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/bugs/619117-1-ref.html')
-rw-r--r--layout/reftests/bugs/619117-1-ref.html21
1 files changed, 21 insertions, 0 deletions
diff --git a/layout/reftests/bugs/619117-1-ref.html b/layout/reftests/bugs/619117-1-ref.html
new file mode 100644
index 0000000000..023669dd61
--- /dev/null
+++ b/layout/reftests/bugs/619117-1-ref.html
@@ -0,0 +1,21 @@
+<!DOCTYPE html>
+<html>
+<head>
+<style>
+div {
+ position: absolute;
+ padding: 2px;
+ left: 100px;
+ top: 700px;
+ width: 100px;
+ height: 100px;
+ background: yellow;
+ transform: translate(0, -400px);
+ transform: translate(0, -400px);
+}
+</style>
+</head>
+<body>
+<div>Hello</div>
+</body>
+</html>