Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / table / align-right-within-left-aligned-div.html
blob245f7dd6565ecb06d32726b4c6c37eb6b6475854
1 <!DOCTYPE html>
2 <!-- saved from url=(0064)https://bug-64030-attachments.webkit.org/attachment.cgi?id=99915 -->
3 <html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"></head><body>
4 <div align="right" style="border: 1px solid green;">
5 <table align="left" width="400" height="500" border="1" bgcolor="orange">
6 </table>
7 </div>
8 More content
9 </body></html>