mirror of
https://github.com/servo/servo.git
synced 2025-08-08 06:55:31 +01:00
Implement setting position through webdriver for headed window (#38209)
Previously, we pretend we are able to set position in response. Now we can really do it. Testing: Able to set position accurately when tested locally. Fixes: Task 5 of #37804. --------- Signed-off-by: Euclid Ye <euclid.ye@huawei.com>
This commit is contained in:
parent
cff48d4910
commit
4ff6b1d4a7
7 changed files with 64 additions and 36 deletions
|
@ -28,6 +28,7 @@ pixels = { path = "../pixels" }
|
|||
serde = { workspace = true }
|
||||
serde_json = { workspace = true }
|
||||
servo_config = { path = "../config" }
|
||||
servo_geometry = { path = "../geometry" }
|
||||
servo_url = { path = "../url" }
|
||||
stylo_traits = { workspace = true }
|
||||
uuid = { workspace = true }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue