blob: fd509f068534a0af28670d69dd8b3e0e3d796256 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<style>
div {
color: green;
display: list-item;
left: 40px;
position: absolute;
}
div::marker {
display: list-item; /* Should be ignored. */
}
</style>
</head>
<body>
<div>PASS</div>
</body>
</html>