Sign in
webkit
/
WebKit
/
987c9c4fb060cfd3a6fd05efa8323fb27085d2f0
/
.
/
LayoutTests
/
fast
/
dynamic
/
empty-absolute-innerhtml-transcoding-text-expected.html
blob: 7a2d6d306717585b7cbba0020b55cc98e45a9b60 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html><head>
<style
type
=
"text/css"
>
#
absolute
{
position
:
absolute
;
background-color
:
red
;
font-family
:
"Meiryo"
;
}
</style>
</head>
<body>
The text "test" should have a red background.
<div
id
=
"absolute"
>
test
</div>
</body></html>