summaryrefslogtreecommitdiffstats
path: root/gfx/tests/reftest/1435143.html
diff options
context:
space:
mode:
Diffstat (limited to 'gfx/tests/reftest/1435143.html')
-rw-r--r--gfx/tests/reftest/1435143.html25
1 files changed, 25 insertions, 0 deletions
diff --git a/gfx/tests/reftest/1435143.html b/gfx/tests/reftest/1435143.html
new file mode 100644
index 0000000000..3e209f05dd
--- /dev/null
+++ b/gfx/tests/reftest/1435143.html
@@ -0,0 +1,25 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <style>
+ #header {
+ position: fixed;
+ }
+ #green {
+ position: absolute;
+ background: green;
+ border-radius: 1px;
+ transform: translateX(100px);
+ }
+ #text {
+ visibility: hidden;
+ }
+ </style>
+ </head>
+
+ <body>
+ <div id="header">
+ <div id="green"><span id="text">Text.</span></div>
+ </div>
+ </body>
+</html>