Chromium Code Reviews| Index: LayoutTests/fast/css3-text/css3-text-justify/text-justify-distribute.html |
| diff --git a/LayoutTests/fast/css3-text/css3-text-justify/text-justify-distribute.html b/LayoutTests/fast/css3-text/css3-text-justify/text-justify-distribute.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..49ff75cb7e029cf9144264c1fb5ff88b9eabc533 |
| --- /dev/null |
| +++ b/LayoutTests/fast/css3-text/css3-text-justify/text-justify-distribute.html |
| @@ -0,0 +1,12 @@ |
| +<!DOCTYPE HTML> |
| +<html> |
| +<head> |
| +<link href="resources/text-justify.css" rel="stylesheet" type="text/css"> |
| +</head> |
| +<body> |
| +<div>This test case is to see whether distributed text justify works properly for the complicated sentence.</div><br/> |
| +<div class='testDiv alignJustify justifyDistribute' style='text-align-last: justify;'> |
| +<span>L</span><span>o</span><span>r</span><span>e</span><span>m</span> ipsum |
| +</div><br/> |
| +</body> |
| +</html> |