repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge Chromium + Blink git repositories
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
paint
/
invalidation
/
spv2
/
do-not-paint-below-image-baseline-expected.html
blob
d667aa10423a62003617b936ed1982b8ea9f7dc4
1
<!DOCTYPE
html
>
2
<html>
3
<head>
4
<style>
5
img {
6
margin:
50
px;
7
}
8
body {
9
margin:
0
px;
10
}
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>