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

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

Issue 146503002: Revert 165189 "Rendering text-justify:distribute for 8 bit chara..." (Closed) Base URL: svn://svn.chromium.org/blink/
Patch Set: Created 6 years, 11 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
« no previous file with comments | « no previous file | trunk/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: trunk/LayoutTests/fast/css3-text/css3-text-justify/resources/text-justify.css
===================================================================
--- trunk/LayoutTests/fast/css3-text/css3-text-justify/resources/text-justify.css (revision 165706)
+++ trunk/LayoutTests/fast/css3-text/css3-text-justify/resources/text-justify.css (working copy)
@@ -13,19 +13,6 @@
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 | « no previous file | trunk/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