summaryrefslogtreecommitdiffstats
path: root/layout/reftests/css-animations/updating-animation-on-marker-pseudo-element-ref.html
blob: 9eab1517b7ea40cf52c731613e81b0722fe8c912 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!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>