Enable text-align-last property, by default.
commit134c13894bf5fb087f9017698547ec12c963bfa6
authordw.im@samsung.com <dw.im@samsung.com>
Wed, 23 Sep 2015 01:11:20 +0000 (23 01:11 +0000)
committerdw.im@samsung.com <dw.im@samsung.com>
Wed, 23 Sep 2015 01:11:20 +0000 (23 01:11 +0000)
tree80ed064d03adf89d13f7e3ea1c16d43d2b41e10a
parent678edeaf83303b190cf993ce9b2b32fb50ec3713
Enable text-align-last property, by default.

text-align-last is the CSS property which can affect to the last line of a block, even if it is also first line of it.
http://www.w3.org/TR/css-text-3/#text-align-last-property

Review URL: https://codereview.chromium.org/873963002

git-svn-id: svn://svn.chromium.org/blink/trunk@202655 bbb929c8-8fbe-4397-9dbb-9b2b20218538
LayoutTests/virtual/stable/webexposed/css-properties-as-js-properties-expected.txt
LayoutTests/virtual/stable/webexposed/nonstable-css-properties-expected.txt
LayoutTests/webexposed/nonstable-css-properties-expected.txt
LayoutTests/webexposed/nonstable-css-properties.html
Source/core/css/CSSProperties.in
Source/core/css/parser/CSSParserFastPaths.cpp
Source/core/layout/LayoutBlockFlowLine.cpp