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

Unified Diff: LayoutTests/fast/css3-text/css3-text-justify/resources/text-justify.css

Issue 255323004: Rendering text-justify:distribute for 8 bit characters. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: patch for landing 2 Created 6 years, 1 month 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
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/fast/css3-text/css3-text-justify/text-justify-8bits.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/css3-text/css3-text-justify/resources/text-justify.css
diff --git a/LayoutTests/fast/css3-text/css3-text-justify/resources/text-justify.css b/LayoutTests/fast/css3-text/css3-text-justify/resources/text-justify.css
index 383c038d8b95de703038b1b7aad75cac68c1aaeb..0bcd151fd27890c48956033d033f7f0e55800779 100644
--- a/LayoutTests/fast/css3-text/css3-text-justify/resources/text-justify.css
+++ b/LayoutTests/fast/css3-text/css3-text-justify/resources/text-justify.css
@@ -13,6 +13,20 @@
text-align: justify;
}
+.alignLastStart {
+ text-align-last: start;
+}
+
+.justifyAuto {
+ text-justify: auto;
+}
.justifyNone {
text-justify: none;
}
+.justifyInterWord {
+ text-justify: inter-word;
+}
+.justifyDistribute {
+ text-justify: distribute;
+}
+
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/fast/css3-text/css3-text-justify/text-justify-8bits.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698