Sign in
webkit
/
WebKit
/
e186610d35755f6e0c2b8fc6bba4c07f852f9f66
/
.
/
LayoutTests
/
imported
/
blink
/
fast
/
dynamic
/
empty-absolute-innerhtml-text-transform-expected.html
blob: 0d21904b609f0cc0128443d3baa1102a0f0f4af9 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<style>
#
absolute
{
position
:
absolute
;
background-color
:
red
;
}
</style>
The text "TEST" should have a red background.
<div
id
=
"absolute"
>
TEST
</div>