Update web-platform-tests to revision 281f62f2d8ffe72128d848851ac1e8d823f608f6

This commit is contained in:
WPT Sync Bot 2020-09-23 08:21:22 +00:00
parent f4a5709e37
commit 2999a91526
292 changed files with 2232 additions and 742 deletions

View file

@ -12,6 +12,6 @@ foo { color: blue; }
</style>
<script>
test(()=>{
assert_true(document.styleSheets[0].cssRules.length == 1)
assert_equals(document.styleSheets[0].cssRules.length, 1)
}, "@charset isn't a valid rule and shouldn't show up in the OM");
</script>