Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / block / float / avoiding-float-centered.html
blob7556ec2ffb48cba703a5fefdba6520375bcfdedf
1 <!doctype html>
2 <div style="float:right;width:300px;margin:10px;height:100px;background-color:green"></div>
4 <table style="background-color:orange;margin-left:auto; margin-right:auto"><tr><td>This is a test and is demonstrating that auto width really
5 should kick in here.</table>
8 <div style="overflow:hidden; max-width:300px; background-color:orange;margin-left:auto; margin-right:auto">This is a test and is demonstrating that auto width really
9 should kick in here.</div>