chromium/third_party/blink/web_tests/fast/dynamic/empty-absolute-innerhtml-text-transform-expected.html

<!DOCTYPE html>
<style>
#absolute {
    position: absolute;
    background-color: red;
}
</style>
The text "TEST" should have a red background.
<div id="absolute">TEST</div>