Index: LayoutTests/fast/css3-text/css3-word-break/css3-word-break-keep-all.html |
diff --git a/LayoutTests/fast/css3-text/css3-word-break/css3-word-break-keep-all.html b/LayoutTests/fast/css3-text/css3-word-break/css3-word-break-keep-all.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..850ba1ff1d409076b9ee69538bc62760cbe1dd54 |
--- /dev/null |
+++ b/LayoutTests/fast/css3-text/css3-word-break/css3-word-break-keep-all.html |
@@ -0,0 +1,13 @@ |
+<!DOCTYPE html> |
+<html> |
+ <head> |
+ <style> |
+ div { width: 0px; word-break: keep-all; } |
+ </style> |
+ </head> |
+ <body> |
+ <div> |
+ 这是一些汉字, and some Latin, و کمی نوشتن عربی, 그리고 샘플 한글 문장, 日本語の文字. |
jungshik at Google
2015/04/23 13:36:33
nit: could you use real characters in UTF-8 (for a
yunsik
2015/04/24 07:01:15
I don't think it's good idea. And some other layou
|
+ </div> |
+ </body> |
+</html> |