Index: LayoutTests/fast/css3-text/css3-text-justify/text-justify-8bits.html |
diff --git a/LayoutTests/fast/css3-text/css3-text-justify/text-justify-8bits.html b/LayoutTests/fast/css3-text/css3-text-justify/text-justify-8bits.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..e26d602e6ad132d7433f404a787d7badec20cfd7 |
--- /dev/null |
+++ b/LayoutTests/fast/css3-text/css3-text-justify/text-justify-8bits.html |
@@ -0,0 +1,35 @@ |
+<!DOCTYPE HTML> |
+<html> |
+<head> |
+ <link href="resources/text-justify.css" rel="stylesheet" type="text/css"> |
+</head> |
+<body> |
+<div> |
+Test all of the values of text-justify for 8bits characters<br/> |
+This test checks that all of the values for text-justify property works properly for 8bits characters.<br/> |
+Every block has been set as 'text-align: justify' and 'text-align-last: start'. |
+</div> |
+<br/> |
+ |
+<b>text-justify: auto</b><br/> |
+<div class='testDiv alignJustify alignLastStart justifyAuto'> |
+Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. |
+</div><br/> |
+ |
+<b>text-justify: none</b><br/> |
+<div class='testDiv alignJustify alignLastStart justifyNone'> |
+Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. |
+</div><br/> |
+ |
+<b>text-justify: inter-word</b><br/> |
+<div class='testDiv alignJustify alignLastStart justifyInterWord'> |
+Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. |
+</div><br/> |
+ |
+<b>text-justify: distribute</b><br/> |
+<div class='testDiv alignJustify alignLastStart justifyDistribute'> |
+Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. |
+</div><br/> |
+ |
+</body> |
+</html> |