diff options
Diffstat (limited to 'layout/reftests/bidi/logicalmarquee.html')
-rw-r--r-- | layout/reftests/bidi/logicalmarquee.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/layout/reftests/bidi/logicalmarquee.html b/layout/reftests/bidi/logicalmarquee.html new file mode 100644 index 0000000000..cb13827dec --- /dev/null +++ b/layout/reftests/bidi/logicalmarquee.html @@ -0,0 +1,11 @@ +<!DOCTYPE HTML> +<html> + <head> + <meta http-equiv="Content-type" content="text/html; charset=iso-8859-8-i"> + <title>Marquee in Logical Hebrew</title> + </head> + + <body> + <marquee scrollamount="0" behavior="alternate" direction="right">עד שיפוח היום ונסו הצלילים</marquee> + </body> +</html> |