Update pseudoelements.html

This commit is contained in:
Ben Sholds 2013-11-25 16:39:35 -05:00
parent cea3005056
commit ae1a15f7c5

View File

@ -5,6 +5,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<script type="text/javascript" src="../test.js"></script>
<style>
:root .text *::before {
content:" root before!";
}
.text *::before {
content:" before!";
}