Update web-platform-tests to revision 04caec1f4f239a2f1b36b6eaa5017f421b242694

This commit is contained in:
WPT Sync Bot 2020-06-13 08:22:10 +00:00
parent 73760ea594
commit 1d538279c7
232 changed files with 25443 additions and 23823 deletions

View file

@ -13,9 +13,11 @@ div {
contain: style;
counter-increment: c 123;
}
span {
counter-increment: c 1;
}
span::before {
content: counter(c);
counter-increment: c 1;
}
</style>