4 <script src=
"../repaint/resources/text-based-repaint.js"></script>
8 var things
= document
.getElementsByClassName("before");
10 things
[0].classList
.remove("before");
21 background-color: green;
25 <body onload=
"runRepaintTest()">
26 <img class=
"before" src=
"resources/59.jpg">
27 <p> When painting an inline image, do not paint below its baseline unless its selected.
28 The invalidation rect should not extend outside the content rect of the image.
</p>