trisquel-icecat/icecat/layout/reftests/css-animations/content-on-pseudo-element-ref.html

9 lines
126 B
HTML

<!DOCTYPE html>
<html>
<style>
#target::before {
content: 'content';
}
</style>
<div id='target'></div>
</html>