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

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

Powered by Google App Engine
This is Rietveld 408576698