flutter_flutter/tests/layout/fixed-width.sky
Ojan Vafai 82b607721d Make fixed-width elements not center by default.
e223e0c6d51f027196a2597b556641328a65d4b5 accidentally
sent all elements down the margin:auto codepath.
The patch incorrectly removed just the
"&& containingBlockStyle->textAlign() == WEBKIT_CENTER"
instead of the whole clause.

R=abarth@chromium.org

Review URL: https://codereview.chromium.org/760143002
2014-11-26 16:39:41 -08:00

5 lines
142 B
Plaintext

<sky>
<import src="../resources/dump-as-render-tree.sky" />
<div style="width: 50px; height: 50px; background-color: pink;"></div>
</sky>