mirror of
https://github.com/servo/servo.git
synced 2025-08-11 08:25:32 +01:00
Update web-platform-tests to revision b'c9946198c9ee19db3b4974a388fae45da844a94a'
This commit is contained in:
parent
8dfd613aa1
commit
06e9d5a631
366 changed files with 8783 additions and 2336 deletions
|
@ -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>
|
|
@ -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']
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue