mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Update web-platform-tests to revision b622fea47d516f82e303c1954d0aee2652466c80
This commit is contained in:
parent
cb915d669a
commit
c6927c2425
54 changed files with 651 additions and 533 deletions
|
@ -54,6 +54,7 @@ var replaceableAttributes = [
|
|||
"parent",
|
||||
"external",
|
||||
"length",
|
||||
"origin",
|
||||
|
||||
// CSSOM-View
|
||||
"screen",
|
||||
|
@ -63,6 +64,8 @@ var replaceableAttributes = [
|
|||
"pageYOffset",
|
||||
"innerWidth",
|
||||
"innerHeight",
|
||||
"screenLeft",
|
||||
"screenTop",
|
||||
"screenX",
|
||||
"screenY",
|
||||
"outerWidth",
|
||||
|
@ -92,6 +95,12 @@ var methods = [
|
|||
"setInterval",
|
||||
"clearInterval",
|
||||
|
||||
// Microtask queuing
|
||||
"queueMicrotask",
|
||||
|
||||
// ImageBitmap
|
||||
"createImageBitmap",
|
||||
|
||||
// HTML Editing APIs
|
||||
"getSelection",
|
||||
|
||||
|
@ -100,6 +109,10 @@ var methods = [
|
|||
|
||||
// CSSOM-View
|
||||
"matchMedia",
|
||||
"moveBy",
|
||||
"moveTo",
|
||||
"resizeBy",
|
||||
"resizeTo",
|
||||
"scroll",
|
||||
"scrollTo",
|
||||
"scrollBy"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue