Index: LayoutTests/fast/text/international/complex-text-with-default-font-spaces.html |
diff --git a/LayoutTests/fast/text/mixed-direction-bidi-wrap.html b/LayoutTests/fast/text/international/complex-text-with-default-font-spaces.html |
similarity index 51% |
copy from LayoutTests/fast/text/mixed-direction-bidi-wrap.html |
copy to LayoutTests/fast/text/international/complex-text-with-default-font-spaces.html |
index 7be014da295196ef7bcc1733727aa8c4d9242a3d..09ed375e057eec3176b623d785d0adccd042e32e 100644 |
--- a/LayoutTests/fast/text/mixed-direction-bidi-wrap.html |
+++ b/LayoutTests/fast/text/international/complex-text-with-default-font-spaces.html |
@@ -3,16 +3,16 @@ |
<head> |
<meta charset="utf-8"> |
<style> |
- div { |
+ button { |
font-family: Arial; |
- display: inline-block; |
+ font-size: 12px; |
} |
</style> |
</head> |
<body> |
- <div>A مايو</div> |
+ <button>सभी को डिफ़ॉल्ट पर रीसेट करें</button> |
<p> |
- The line above should not wrap. |
+ The button above should not wrap. |
</p> |
</body> |
</html> |