Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1689)

Side by Side Diff: LayoutTests/fast/css3-text/css3-text-justify/text-justify-distribute.html

Issue 777143002: Early return when the value of test-justify is distribute, and the length of line is 0 (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: patch for landing Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 <!DOCTYPE HTML>
2 <html>
3 <head>
4 <link href="resources/text-justify.css" rel="stylesheet" type="text/css">
5 </head>
6 <body>
7 <div>This test case is to see whether distributed text justify works properly fo r the complicated sentence.</div><br/>
8 <div class='testDiv alignJustify justifyDistribute' style='text-align-last: just ify;'>
9 <span>L</span><span>o</span><span>r</span><span>e</span><span>m</span> ipsum
10 </div><br/>
11 </body>
12 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/css3-text/css3-text-justify/text-justify-crash-expected.html ('k') | Source/platform/fonts/Character.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698