Sign in
webkit
/
WebKit
/
c76c58243e3b15757ea8668f43536a601f3d5c6f
/
.
/
LayoutTests
/
fast
/
forms
/
hidpi-textfield-background-bleeding-expected.html
blob: 335c2076ebda248acce27ce7ad69545a087a78f2 [
file
] [
log
] [
blame
]
<html>
<head>
<style>
body
{
margin
:
0
;
}
div
{
position
:
absolute
;
top
:
0
;
left
:
0
;
border
:
0.5px
black solid
;
width
:
99px
;
height
:
99px
;
background-color
:
yellow
;
}
</style>
</head>
<body>
<div
/>
</body>
</html>