Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / css / computed-image-width-with-percent-height-expected.html
blobd49bdea057dabbaf692d491cae9e51b6b0935293
1 <!DOCTYPE>
2 <html>
3 <head>
4 <style>
5 div { height:25px; width: 25px; background: lime;}
6 </style>
7 </head>
8 <body>
9 The square below should be 25px by 25px.
10 <!-- https://bugs.webkit.org/show_bug.cgi?id=28035 -->
11 <div></div>
12 </body>
13 </html>