summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/table/align-right-within-left-aligned-div.html
blob: 245f7dd6565ecb06d32726b4c6c37eb6b6475854 (plain)
1
2
3
4
5
6
7
8
9
<!DOCTYPE html>
<!-- saved from url=(0064)https://bug-64030-attachments.webkit.org/attachment.cgi?id=99915 -->
<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"></head><body>
  <div align="right" style="border: 1px solid green;">
    <table align="left" width="400" height="500" border="1" bgcolor="orange">
    </table>
  </div>
  More content
</body></html>