Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / paint / invalidation / spv2 / do-not-paint-below-image-baseline-expected.html
blobd667aa10423a62003617b936ed1982b8ea9f7dc4
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <style>
5 img {
6 margin: 50px;
8 body {
9 margin: 0px;
11 </style>
12 </head>
13 <body>
14 <img src="../../../fast/images/resources/59.jpg">
15 <p> When painting an inline image, do not paint below its baseline unless its selected.
16 The invalidation rect should not extend outside the content rect of the image. </p>
17 </body>
18 </html>