1 <!-- Based on fast/images/do-not-paint-below-image-baseline.html -->
5 <script src=
"resources/paint-invalidation-test.js"></script>
7 window
.expectedPaintInvalidationObjects
= [
10 function paintInvalidationTest()
12 var things
= document
.getElementsByClassName("before");
14 things
[0].classList
.remove("before");
25 background-color: green;
29 <body onload=
"runPaintInvalidationTest()">
30 <img class=
"before" src=
"../../../fast/images/resources/59.jpg">
31 <p> When painting an inline image, do not paint below its baseline unless its selected.
32 The invalidation rect should not extend outside the content rect of the image.
</p>