tenfourfox/layout/reftests/bugs/1069716-1-ref.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

12 lines
247 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf8">
<style type="text/css">
@counter-style triangle { symbols: b; }
@counter-style disc { system: extends triangle; }
</style>
</head>
<body>
<ul><li>&lt;---That should be a 'b' character.