summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/dynamic/empty-absolute-innerhtml-text-transform-expected.html
blob: 0d21904b609f0cc0128443d3baa1102a0f0f4af9 (plain)
1
2
3
4
5
6
7
8
9
<!DOCTYPE html>
<style>
#absolute {
    position: absolute;
    background-color: red;
}
</style>
The text "TEST" should have a red background.
<div id="absolute">TEST</div>