forked from mirrors/gecko-dev
Differential Revision: https://phabricator.services.mozilla.com/D25003 --HG-- extra : rebase_source : 999373f16c816cdd0dd64b1cc3f9f3f30bb12003 extra : amend_source : 829c0fc25afc55d50b70aebc1f3b9f0e8f06c458
15 lines
209 B
HTML
15 lines
209 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<style>
|
|
#target::marker {
|
|
content: 'marker';
|
|
margin-left: 10em;
|
|
font-size: 20px;
|
|
}
|
|
#target {
|
|
display: list-item;
|
|
margin-left: 200px;
|
|
}
|
|
</style>
|
|
<div id="target"></div>
|
|
</html>
|