From 2aa4a82499d4becd2284cdb482213d541b8804dd Mon Sep 17 00:00:00 2001
From: Daniel Baumann <daniel.baumann@progress-linux.org>
Date: Sun, 28 Apr 2024 16:29:10 +0200
Subject: Adding upstream version 86.0.1.

Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
---
 layout/reftests/bugs/894931-1.html | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 layout/reftests/bugs/894931-1.html

(limited to 'layout/reftests/bugs/894931-1.html')

diff --git a/layout/reftests/bugs/894931-1.html b/layout/reftests/bugs/894931-1.html
new file mode 100644
index 0000000000..83d33e6e4f
--- /dev/null
+++ b/layout/reftests/bugs/894931-1.html
@@ -0,0 +1,15 @@
+<!DOCTYPE HTML>
+<html class="reftest-wait">
+<body>
+<div id="d" style="margin-top:100px;">
+  <div style="background:yellow; width:100px; height:100px; position:absolute; top:0; left:0"></div>
+</div>
+<script>
+function doTest() {
+  document.getElementById("d").style.position = "relative";
+  document.documentElement.removeAttribute("class");
+}
+window.addEventListener("MozReftestInvalidate", doTest);
+</script>
+</body>
+</html>
-- 
cgit v1.2.3