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

Unified Diff: LayoutTests/platform/linux/fast/css3-text/css3-text-align-last/text-align-last-with-text-align-justify-expected.txt

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: 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/platform/linux/fast/css3-text/css3-text-align-last/text-align-last-with-text-align-justify-expected.txt
diff --git a/LayoutTests/platform/linux/fast/css3-text/css3-text-align-last/text-align-last-with-text-align-justify-expected.txt b/LayoutTests/platform/linux/fast/css3-text/css3-text-align-last/text-align-last-with-text-align-justify-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..c9d4a32adac2ae0e5061d43c030fdf38aec3eb2c
--- /dev/null
+++ b/LayoutTests/platform/linux/fast/css3-text/css3-text-align-last/text-align-last-with-text-align-justify-expected.txt
@@ -0,0 +1,36 @@
+layer at (0,0) size 800x600
+ RenderView at (0,0) size 800x600
+layer at (0,0) size 800x248
+ RenderBlock {HTML} at (0,0) size 800x248
+ RenderBody {BODY} at (8,8) size 784x232
+ RenderBlock {DIV} at (0,0) size 784x40
+ RenderText {#text} at (0,0) size 332x19
+ text run at (0,0) width 332: "text align is justify, and all of the values of text-align-last"
+ RenderBR {BR} at (332,0) size 0x19
+ RenderText {#text} at (0,20) size 364x19
+ text run at (0,20) width 364: "This test checks that text-align-last property works properly."
+ RenderBR {BR} at (364,20) size 0x19
+ RenderBlock {DIV} at (0,40) size 152x32 [border: (1px solid #000000)]
+ RenderText {#text} at (1,1) size 150x30
+ text run at (1,1) width 150: "LTR align : justify"
+ text run at (1,16) width 126: "align-last : start"
+ RenderBlock {DIV} at (0,72) size 152x32 [border: (1px solid #000000)]
+ RenderText {#text} at (1,1) size 150x30
+ text run at (1,1) width 150: "LTR align : justify"
+ text run at (39,16) width 112: "align-last : end"
+ RenderBlock {DIV} at (0,104) size 152x32 [border: (1px solid #000000)]
+ RenderText {#text} at (1,1) size 150x30
+ text run at (1,1) width 150: "LTR align : justify"
+ text run at (1,16) width 119: "align-last : left"
+ RenderBlock {DIV} at (0,136) size 152x32 [border: (1px solid #000000)]
+ RenderText {#text} at (1,1) size 150x30
+ text run at (1,1) width 150: "LTR align : justify"
+ text run at (25,16) width 126: "align-last : right"
+ RenderBlock {DIV} at (0,168) size 152x32 [border: (1px solid #000000)]
+ RenderText {#text} at (1,1) size 150x30
+ text run at (1,1) width 150: "LTR align : justify"
+ text run at (9,16) width 134: "align-last : center"
+ RenderBlock {DIV} at (0,200) size 152x32 [border: (1px solid #000000)]
+ RenderText {#text} at (1,1) size 150x30
+ text run at (1,1) width 150: "LTR align : justify"
+ text run at (1,16) width 150: "align-last : justify"

Powered by Google App Engine
This is Rietveld 408576698