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

Unified 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 side-by-side diff with in-line comments
Download patch
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>
« 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