Update pseudoelements.html

This commit is contained in:
MoyuScript 2013-11-25 16:39:35 -05:00
parent 2ead272ee7
commit 2bf811b2e9

View File

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