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

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

Issue 19471004: Rendering the property, text-align-last. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 1st patch for review Created 7 years, 2 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
new file mode 100644
index 0000000000000000000000000000000000000000..29f89138b071e8f97655028e2f9115aa29ebe4da
--- /dev/null
+++ b/LayoutTests/fast/css3-text/css3-text-align-last/text-align-last-auto-expected.html
@@ -0,0 +1,18 @@
+<!DOCTYPE HTML>
+<html lang="en">
+<head>
+ <link href="text-align-last.css" rel="stylesheet" type="text/css">
+</head>
+<body>
+ <title>Test Case for text-align-last:auto</title>
+ <h1 style="font-size: 1em;">text-align-last: auto</h1>
+
+ <div dir="ltr" style="text-align:start;"><p>1 LTR align is start </p><p>align-last is auto.</p> </div>
+ <div dir="ltr" style="text-align:end;"><p>2 LTR align is end </p><p>align-last is auto.</p> </div>
+ <div dir="ltr" style="text-align:left;"><p>3 LTR align is left </p><p>align-last is auto.</p> </div>
+ <div dir="ltr" style="text-align:right;"><p>4 LTR align is right </p><p>align-last is auto.</p> </div>
+
+ <div dir="rtl" style="text-align:start;"><p>5 RTL align is start </p><p>align-last is auto.</p> </div>
+ <div dir="rtl" style="text-align:end;"><p>6 RTL align is end </p><p>align-last is auto.</p> </div>
+</body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698