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

Unified Diff: LayoutTests/fast/css3-text/css3-text-justify/text-justify-none.html

Issue 50413008: Rendering text-justify:none (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: patch for landing Created 7 years, 2 months 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-none.html
diff --git a/LayoutTests/fast/css3-text/css3-text-justify/text-justify-none.html b/LayoutTests/fast/css3-text/css3-text-justify/text-justify-none.html
new file mode 100644
index 0000000000000000000000000000000000000000..43ab14072f8173be6470d7f9ff96fc64c625dbcf
--- /dev/null
+++ b/LayoutTests/fast/css3-text/css3-text-justify/text-justify-none.html
@@ -0,0 +1,25 @@
+<!DOCTYPE HTML>
+<html>
+<head>
+ <link href="resources/text-justify.css" rel="stylesheet" type="text/css">
+</head>
+<body>
+<h1 style="font-size: 1em;">
+text-justify: none <br><br>
+
+This test checks that the 'none' value for text-justify property works properly.<br>
+All of the lines with the value should <b>NOT</b> be justified.<br>
+</h1>
+
+<div class='testDiv alignJustify'>
+text-align:justify<br/><br/>
+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>
+
+<div class='testDiv alignJustify justifyNone'>
+text-align:justify, text-justify:none<br/><br/>
+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>
+
+</body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698