 Chromium Code Reviews
 Chromium Code Reviews Issue 255323004:
  Rendering text-justify:distribute for 8 bit characters.  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/blink.git@master
    
  
    Issue 255323004:
  Rendering text-justify:distribute for 8 bit characters.  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/blink.git@master| 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..e8ad89a25fa1e804690d2dbe56cc7386a6486cd0 | 
| --- /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 setted as 'text-align: justify' and 'text-align-last: start'. | 
| 
leviw_travelin_and_unemployed
2014/07/28 23:59:58
nit: "set" not "setted"
 | 
| +</div> | 
| +<br/> | 
| + | 
| +<b>text-justify: auto</b><br/> | 
| +<div class='testDiv alignJustify alignLastStart justifyAuto'> | 
| +Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec odio. Quisque volutpat mattis eros. Nullam malesuada erat ut turpis. Suspendisse urna nibh, viverra non, semper suscipit, posuere a, pede. | 
| 
leviw_travelin_and_unemployed
2014/07/28 23:59:58
It be a good idea to have at least 2 words in the
 | 
| +</div><br/> | 
| + | 
| +<b>text-justify: none</b><br/> | 
| +<div class='testDiv alignJustify alignLastStart justifyNone'> | 
| +Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec odio. Quisque volutpat mattis eros. Nullam malesuada erat ut turpis. Suspendisse urna nibh, viverra non, semper suscipit, posuere a, pede. | 
| +</div><br/> | 
| + | 
| +<b>text-justify: inter-word</b><br/> | 
| +<div class='testDiv alignJustify alignLastStart justifyInterWord'> | 
| +Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec odio. Quisque volutpat mattis eros. Nullam malesuada erat ut turpis. Suspendisse urna nibh, viverra non, semper suscipit, posuere a, pede. | 
| +</div><br/> | 
| + | 
| +<b>text-justify: distribute</b><br/> | 
| +<div class='testDiv alignJustify alignLastStart justifyDistribute'> | 
| +Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec odio. Quisque volutpat mattis eros. Nullam malesuada erat ut turpis. Suspendisse urna nibh, viverra non, semper suscipit, posuere a, pede. | 
| +</div><br/> | 
| + | 
| +</body> | 
| +</html> |