Index: LayoutTests/fast/css3-text/css3-word-break/css3-word-break-keep-all-2.html |
diff --git a/LayoutTests/fast/css3-text/css3-word-break/css3-word-break-keep-all-2.html b/LayoutTests/fast/css3-text/css3-word-break/css3-word-break-keep-all-2.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..006d16685f3faaa9fb826dc153a2002a49557cf4 |
--- /dev/null |
+++ b/LayoutTests/fast/css3-text/css3-word-break/css3-word-break-keep-all-2.html |
@@ -0,0 +1,13 @@ |
+<!DOCTYPE html> |
+<html> |
+ <head> |
+ <style> |
+ div { width: 320px; border: solid black thin; word-break: keep-all; } |
+ </style> |
+ </head> |
+ <body> |
+ <div> |
+ 見出しの章・節名や,図版の説明(caption)などでは省いでもよい.しかし,図版のcaptionが2行や3行になるとき
 |
+ </div> |
+ </body> |
+</html> |