diff options
Diffstat (limited to 'layout/reftests/bidi/1161752-5-embed.html')
-rw-r--r-- | layout/reftests/bidi/1161752-5-embed.html | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/layout/reftests/bidi/1161752-5-embed.html b/layout/reftests/bidi/1161752-5-embed.html new file mode 100644 index 0000000000..a72b28e534 --- /dev/null +++ b/layout/reftests/bidi/1161752-5-embed.html @@ -0,0 +1,34 @@ +<!DOCTYPE html> +<html class="reftest-paged"> + <head> + <meta charset="utf-8"> + <title></title> + + <style type="text/css"> + + html { direction: rtl; } + + div + { + background-color: green; + border-left: green none 0px; + border-right: green none 0px; + height: 50px; + left: 100px; + margin-left: 0px; + margin-right: 0px; + position: fixed; + right: 100px; + top: 0px; + width: 100px; + } + + </style> + </head> + + <body> + + <div></div> + + </body> +</html> |