summaryrefslogtreecommitdiffstats
path: root/layout/generic/crashtests/1654925.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/generic/crashtests/1654925.html')
-rw-r--r--layout/generic/crashtests/1654925.html16
1 files changed, 16 insertions, 0 deletions
diff --git a/layout/generic/crashtests/1654925.html b/layout/generic/crashtests/1654925.html
new file mode 100644
index 0000000000..410a42e773
--- /dev/null
+++ b/layout/generic/crashtests/1654925.html
@@ -0,0 +1,16 @@
+<script>
+function go() {
+ a.appendChild(b)
+}
+</script>
+<style>
+#b {
+ display: unset;
+ position: fixed;
+}
+</style>
+<body onload=go()>
+<ul id="a">
+<audio id="b">
+<marquee></marquee>
+<span>x</span>