Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / block / basic / 012.html
blob0cf1d39375b9eb35847094acea4c77b14ef848c9
1 <html>
2 <head>
3 <style>
4 .5foo {
5 width:100px;
6 border: 2px solid red;
9 .goo {
10 height:100px;
12 </head>
13 </style>
14 <body>
15 <div class="goo 5foo">I should not have a border and I should not have a tiny width.
16 </div>