mirror of
https://github.com/niklasvh/html2canvas.git
synced 2023-08-10 21:13:10 +03:00
Fix pseudoelement rendering (with nth-child selectors etc.)
This commit is contained in:
@ -6,9 +6,9 @@
|
||||
<script type="text/javascript" src="../test.js"></script>
|
||||
<style>
|
||||
:root .text *::before {
|
||||
content:" root before!";
|
||||
content:" root before!";
|
||||
}
|
||||
|
||||
|
||||
.text *::before {
|
||||
content:" before!";
|
||||
}
|
||||
@ -27,6 +27,7 @@
|
||||
|
||||
.background *::before{
|
||||
background: url(../assets/image_1.jpg);
|
||||
border: 5px solid red;
|
||||
}
|
||||
|
||||
.background *::after{
|
||||
|
Reference in New Issue
Block a user