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

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

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
Index: LayoutTests/fast/css3-text/css3-text-align-last/text-align-last-left.html
diff --git a/LayoutTests/fast/css3-text/css3-text-align-last/text-align-last-left.html b/LayoutTests/fast/css3-text/css3-text-align-last/text-align-last-left.html
deleted file mode 100644
index eb7a573d70046e4ccbea7c6dd44ce6fc7440a796..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/css3-text/css3-text-align-last/text-align-last-left.html
+++ /dev/null
@@ -1,27 +0,0 @@
-<!DOCTYPE HTML>
-<html>
-<head>
- <link href="text-align-last.css" rel="stylesheet" type="text/css">
-</head>
-<body>
-<div>
-text-align-last: left <br><br>
-
-This test checks that text-align-last property works properly.<br>
-The last line of each case should be aligned to <b>left</b> side.<br>
-</div>
-
-<div dir="ltr" class='testDiv alignStart alignLastLeft'>LTR align is start align-last is left.</div>
-
-<div dir="ltr" class='testDiv alignEnd alignLastLeft'>LTR align is end align-last is left.</div>
-
-<div dir="ltr" class='testDiv alignRight alignLastLeft'>LTR align is right align-last is left.</div>
-
-<div dir="ltr" class='testDiv alignLeft alignLastLeft'>LTR align is left align-last is left.</div>
-
-<div dir="rtl" class='testDiv alignStart alignLastLeft'>RTL align is start align-last is left.</div>
-
-<div dir="rtl" class='testDiv alignEnd alignLastLeft'>RTL align is end align-last is left.</div>
-
-</body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698