There was an error while loading. Please reload this page.
1 parent cea3005 commit ae1a15fCopy full SHA for ae1a15f
1 file changed
tests/cases/pseudoelements.html
@@ -5,6 +5,10 @@
5
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
6
<script type="text/javascript" src="../test.js"></script>
7
<style>
8
+ :root .text *::before {
9
+ content:" root before!";
10
+ }
11
+
12
.text *::before {
13
content:" before!";
14
}
0 commit comments