mirror of
https://github.com/servo/servo.git
synced 2025-09-30 08:39:16 +01:00
servoshell: Respond resize with authentic result and Adjust minimum window size (#38258)
- We no longer pretend that resize is always successful and simplify the result computation. - Adjust minimum window size to match other browsers and the test expectation. - Restrict some unnecessary access specifier. Testing: ` ./mach test-wpt -r "tests\wpt\tests\webdriver\tests\classic\set_window_rect\set.py" --log-raw "D:\servo test log\set.txt" --product servodriver {--headless}` Fixes: #37804 as Task 8 is last task. --------- Signed-off-by: Euclid Ye <euclid.ye@huawei.com>
This commit is contained in:
parent
d39e701b46
commit
928934d4b0
5 changed files with 25 additions and 37 deletions
|
@ -7,6 +7,3 @@
|
|||
|
||||
[test_set_to_available_size]
|
||||
expected: FAIL
|
||||
|
||||
[test_set_smaller_than_minimum_browser_size]
|
||||
expected: FAIL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue