mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Update web-platform-tests to revision bdb130748e35ceed09c82975e217e07bdabf0bda
This commit is contained in:
parent
ff3a9180a7
commit
3a7bc18f6e
46 changed files with 723 additions and 201 deletions
|
@ -128,8 +128,8 @@
|
|||
}
|
||||
|
||||
function run_test() {
|
||||
x = window.innerWidth / 2;
|
||||
y = window.innerHeight / 2;
|
||||
x = Math.round(window.innerWidth / 2);
|
||||
y = Math.round(window.innerHeight / 2);
|
||||
var actions = new test_driver.Actions();
|
||||
actions.pointerMove(x, y)
|
||||
.pointerDown()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue