Sign in
webkit
/
WebKit
/
73559930a6418bc4621c1c5774b11e1be9c21a8f
/
.
/
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>