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>