Sign in
webkit
/
WebKit
/
db3812bc6d90fc02e42f3b209d97b6b856ccd43b
/
.
/
LayoutTests
/
fast
/
lists
/
list-marker-with-display-expected.html
blob: 0494ddb9ec3625429988d8ad8c40f19e6929bb5e [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<head>
<style>
div
{
color
:
green
;
display
:
list-item
;
left
:
40px
;
position
:
absolute
;
}
</style>
</head>
<body>
<div>
PASS
</div>
</body>
</html>