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

Unified Diff: LayoutTests/fast/css3-text/css3-text-align-last/text-align-last.css

Issue 59753002: text-align-last only affect to the last line when text-align is justify. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Combining the two ref tests as one ref test Created 6 years, 6 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 | LayoutTests/fast/css3-text/css3-text-align-last/text-align-last.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-align-last/text-align-last.css
diff --git a/LayoutTests/fast/css3-text/css3-text-align-last/text-align-last.css b/LayoutTests/fast/css3-text/css3-text-align-last/text-align-last.css
deleted file mode 100644
index 64c444e6c2e52e083dee7bd2ca6508f2aed23695..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/css3-text/css3-text-align-last/text-align-last.css
+++ /dev/null
@@ -1,65 +0,0 @@
-@font-face {
- font-family: 'testFont';
- src: url(../../../resources/Ahem.ttf);
-}
-
-.testDiv {
- width: 150px;
- border: 1px solid #000000;
- font-family: testFont;
- font-size: 7px;
-}
-
-.testP {
- border: 0;
- margin: 0;
- padding: 0;
-}
-
-.alignStart {
- text-align: start;
-}
-
-.alignEnd {
- text-align: end;
-}
-
-.alignRight {
- text-align: right;
-}
-
-.alignLeft {
- text-align: left;
-}
-
-.alignCenter {
- text-align: center;
-}
-
-.alignLastAuto {
- text-align-last: auto;
-}
-
-.alignLastStart {
- text-align-last: start;
-}
-
-.alignLastEnd {
- text-align-last: end;
-}
-
-.alignLastRight {
- text-align-last: right;
-}
-
-.alignLastLeft {
- text-align-last: left;
-}
-
-.alignLastCenter {
- text-align-last: center;
-}
-
-.alignLastJustify {
- text-align-last: justify;
-}
« no previous file with comments | « no previous file | LayoutTests/fast/css3-text/css3-text-align-last/text-align-last.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698