From 26a029d407be480d791972afb5975cf62c9360a6 Mon Sep 17 00:00:00 2001
From: Daniel Baumann <daniel.baumann@progress-linux.org>
Date: Fri, 19 Apr 2024 02:47:55 +0200
Subject: Adding upstream version 124.0.1.

Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
---
 .../writing-mode/ua-style-sheet-size-2-ref.html    | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)
 create mode 100644 layout/reftests/writing-mode/ua-style-sheet-size-2-ref.html

(limited to 'layout/reftests/writing-mode/ua-style-sheet-size-2-ref.html')

diff --git a/layout/reftests/writing-mode/ua-style-sheet-size-2-ref.html b/layout/reftests/writing-mode/ua-style-sheet-size-2-ref.html
new file mode 100644
index 0000000000..3c53326ba7
--- /dev/null
+++ b/layout/reftests/writing-mode/ua-style-sheet-size-2-ref.html
@@ -0,0 +1,22 @@
+<!DOCTYPE html>
+<meta charset=utf-8>
+<title>Test for logical margins on marquee elements in the UA style sheet</title>
+<style>
+.v-rl { writing-mode: vertical-rl; }
+.ltr, .rtl, .v-rl { border: 1px solid blue; padding: 16px; }
+marquee { background-color: yellow; color: transparent; }
+.ltr marquee { width: -moz-available; height: 200px; }
+.rtl marquee { width: -moz-available; height: 200px; }
+.v-rl marquee { width: 200px; height: -moz-available; }
+</style>
+<div class=ltr>
+  <marquee direction=down>A</marquee>
+</div>
+<div class=rtl dir=rtl>
+  <marquee direction=down>A</marquee>
+</div>
+<!-- disabled until bug 1132308
+<div class=v-rl>
+  <marquee direction=down>A</marquee>
+</div>
+-->
-- 
cgit v1.2.3