Skip to content

Commit ae1a15f

Browse files
committed
Update pseudoelements.html
1 parent cea3005 commit ae1a15f

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

tests/cases/pseudoelements.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
66
<script type="text/javascript" src="../test.js"></script>
77
<style>
8+
:root .text *::before {
9+
content:" root before!";
10+
}
11+
812
.text *::before {
913
content:" before!";
1014
}

0 commit comments

Comments
 (0)