git://git.webkit.org
/
WebKit-https.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Backgrounds bleed out of natively rendered text fields
[WebKit-https.git]
/
LayoutTests
/
fast
/
forms
/
hidpi-textfield-background-bleeding-expected.html
1
<html>
2
<head>
3
<style>
4
body {
5
margin: 0;
6
}
7
8
div {
9
position: absolute;
10
top: 0;
11
left: 0;
12
border: 0.5px black solid;
13
width: 99px;
14
height: 99px;
15
background-color: yellow;
16
}
17
</style>
18
</head>
19
20
<body>
21
<div />
22
</body>
23
24
</html>