Chromium Code Reviews| Index: LayoutTests/fast/text/international/inline-block-with-mixed-direction-words.html |
| diff --git a/LayoutTests/fast/text/international/inline-block-with-mixed-direction-words.html b/LayoutTests/fast/text/international/inline-block-with-mixed-direction-words.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..7f92491548ab7f1867f61f76d86ff34debb7f3a2 |
| --- /dev/null |
| +++ b/LayoutTests/fast/text/international/inline-block-with-mixed-direction-words.html |
| @@ -0,0 +1,23 @@ |
| +<!DOCTYPE html> |
| +<html> |
| + <head> |
| + <style> |
| + span { |
| + display: inline-block; |
| + font: menu; |
| + background: pink; |
| + line-height: 1.5em; |
| + position: absolute; |
| + top: 50px; |
| + } |
| + </style> |
| + </head> |
| + <body> |
| + <p> |
| + The pink background should extend the full width of the |
| + two blocks. |
| + </p> |
| + <span>ABاب</span> |
| + <span>12ا|ب:</span> |
| + </body> |
| +</html> |