summaryrefslogtreecommitdiffstats
path: root/layout/reftests/display-list/1677568-1-ref.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/display-list/1677568-1-ref.html')
-rw-r--r--layout/reftests/display-list/1677568-1-ref.html26
1 files changed, 26 insertions, 0 deletions
diff --git a/layout/reftests/display-list/1677568-1-ref.html b/layout/reftests/display-list/1677568-1-ref.html
new file mode 100644
index 0000000000..6b80c45207
--- /dev/null
+++ b/layout/reftests/display-list/1677568-1-ref.html
@@ -0,0 +1,26 @@
+<!DOCTYPE html>
+<html>
+<head>
+ <style>
+ a:hover { color: rgb(0, 86, 179); }
+ .d-relative { position: relative; }
+ .d-inline { display: inline;}
+ .d-flex { display: flex; }
+ </style>
+ </head>
+ <body>
+ <div class="d-flex">
+ <div>
+ <div class="d-inline d-relative">
+ <a href="#">
+ --
+ </a>
+ <div style="position: absolute; transform: translate(0px, 160px);">
+ <a style="color: rgb(0, 86, 179);" href="#">i vanish on-hover in Firefox</a>
+ </div>
+ </div>
+ </div>
+ </div>
+
+
+</body></html>