diff options
Diffstat (limited to 'layout/reftests/bidi/922530-1-ref.html')
-rw-r--r-- | layout/reftests/bidi/922530-1-ref.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/layout/reftests/bidi/922530-1-ref.html b/layout/reftests/bidi/922530-1-ref.html new file mode 100644 index 0000000000..ba297056a2 --- /dev/null +++ b/layout/reftests/bidi/922530-1-ref.html @@ -0,0 +1,13 @@ +<!DOCTYPE HTML> +<html> + <head> + <meta charset="utf-8"> + <title>ALM character</title> + <style type="text/css"> + p { font-size: 2em; } + </style> + </head> + <body> + <p>a2+1</p> + </body> +</html> |