Sign in
webkit
/
WebKit
/
896f2e1627ae91d975ee73fd9010259c3dd716cd
/
.
/
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>