Sign in
webkit
/
WebKit
/
60c3f717a9141a0f8afd6e8437d26c6404e4424c
/
.
/
LayoutTests
/
http
/
wpt
/
html
/
dom
/
elements
/
images
/
hover-image-change-expected.html
blob: 6fcb4ef8d56a763b759f662bae047a7c0b30d065 [
file
] [
log
] [
blame
]
<!DOCTYPE HTML>
<html>
<head>
<style>
#
testDiv
{
height
:
100px
;
border
:
1rem
solid blue
;
background-color
:
rgba
(
0
,
255
,
0
,
255
);
}
</style>
</head>
<body>
<div
id
=
"testDiv"
>
This is a test
</div>
</body>
</html>