diff options
Diffstat (limited to 'layout/reftests/bidi/1217833-1-ref.html')
-rw-r--r-- | layout/reftests/bidi/1217833-1-ref.html | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/layout/reftests/bidi/1217833-1-ref.html b/layout/reftests/bidi/1217833-1-ref.html new file mode 100644 index 0000000000..9ed72ef3dd --- /dev/null +++ b/layout/reftests/bidi/1217833-1-ref.html @@ -0,0 +1,16 @@ +<!DOCTYPE html> +<html> +<head> +<meta charset="utf-8" /> +<style> +html, body { overflow:hidden } +div{ + background: yellow; + width:150px; + height:50px; + margin: 0 auto; + text-align:right; + color: blue; +} +</style> +</head><body><div>test</div></body></html> |