Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / text / align-center-rtl-spill.html
blob3d2e2cbf978c154c32e34609210a3f7891d84018
1 <div style="display: inline-block; width: 50px; height: 100px; background-color: red;"></div><div style="display: inline-block; width: 50px; text-align: center; direction: rtl;">
2 <div style="display: inline-block; width: 100px; height: 100px; background-color: green;"></div>
3 </div>