Update web-platform-tests to revision b'c9946198c9ee19db3b4974a388fae45da844a94a'

This commit is contained in:
WPT Sync Bot 2023-05-14 01:35:09 +00:00
parent 8dfd613aa1
commit 06e9d5a631
366 changed files with 8783 additions and 2336 deletions

View file

@ -0,0 +1,16 @@
<!DOCTYPE html>
<style>
* {
transition: all ease-out, linear 2733ms background, all calc(2s / 0) steps(706573049);
}
</style>
<script>
document.addEventListener("DOMContentLoaded", () => {
const style = document.createElement("style")
document.head.appendChild(style)
const selection = window.getSelection()
style.sheet.insertRule(`* { background-clip: padding-box, padding-box, border-box, content-box; }`, 0)
selection.selectAllChildren(style)
style.sheet.disabled = true
})
</script>

View file

@ -267,7 +267,6 @@ var unspecified_properties = {
'column-width': ['length'],
'transform': ['transform'],
'transform-origin': ['horizontal'],
'zoom': ['number'],
'display': ['display'],
'position': ['position'],
'object-view-box': ['object-view-box']