summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bidi/1161752-4-embed.html
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 09:22:09 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 09:22:09 +0000
commit43a97878ce14b72f0981164f87f2e35e14151312 (patch)
tree620249daf56c0258faa40cbdcf9cfba06de2a846 /layout/reftests/bidi/1161752-4-embed.html
parentInitial commit. (diff)
downloadfirefox-upstream.tar.xz
firefox-upstream.zip
Adding upstream version 110.0.1.upstream/110.0.1upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'layout/reftests/bidi/1161752-4-embed.html')
-rw-r--r--layout/reftests/bidi/1161752-4-embed.html34
1 files changed, 34 insertions, 0 deletions
diff --git a/layout/reftests/bidi/1161752-4-embed.html b/layout/reftests/bidi/1161752-4-embed.html
new file mode 100644
index 0000000000..78e0e27a1f
--- /dev/null
+++ b/layout/reftests/bidi/1161752-4-embed.html
@@ -0,0 +1,34 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <meta charset="utf-8">
+ <title></title>
+
+ <style type="text/css">
+
+ html { direction: ltr; }
+
+ div
+ {
+ background-color: green;
+ border-left: green none 0px;
+ border-right: green none 0px;
+ height: 50px;
+ left: 20%;
+ margin-left: 0px;
+ margin-right: 0px;
+ position: fixed;
+ right: 20%;
+ top: 0px;
+ width: 20%;
+ }
+
+ </style>
+ </head>
+
+ <body>
+
+ <div></div>
+
+ </body>
+</html>