Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / css / computed-image-width-with-percent-height.html
blobe60f71d1d122b88faa51c0cb46268cef17ca004d
1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
2 <html>
3 <head>
4 <style>
5 img { height:100%; }
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 <!-- In strict mode, an image with height set to 100% should expand to its instrinsic height and width. -->
12 <br>
13 <img src="resources/greenbox.png">
14 </body>
15 </html>