diff options
Diffstat (limited to 'layout/reftests/bidi/1217833-2.html')
-rw-r--r-- | layout/reftests/bidi/1217833-2.html | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/layout/reftests/bidi/1217833-2.html b/layout/reftests/bidi/1217833-2.html new file mode 100644 index 0000000000..699947a2d3 --- /dev/null +++ b/layout/reftests/bidi/1217833-2.html @@ -0,0 +1,23 @@ +<!DOCTYPE html> +<html dir="rtl"> +<head> +<meta charset="utf-8" /> +<style> +html, body { overflow:hidden } +div{ + background: yellow; + width:150px; + height:50px; + margin: 0 auto; + text-align:right; +} +div:first-line { + color: blue; +} +span { + background: aqua; + margin: 0 3px; + box-decoration-break: clone; +} +</style> +</head><body><div dir="rtl">te<span>stבד</span>יקה</div></body></html> |