WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
180418
WebDriver: test imported/w3c/webdriver/tests/set_window_rect.py::test_negative_x_y fails
https://bugs.webkit.org/show_bug.cgi?id=180418
Summary
WebDriver: test imported/w3c/webdriver/tests/set_window_rect.py::test_negativ...
Carlos Garcia Campos
Reported
2017-12-05 04:08:42 PST
session = <webdriver.client.Session object at 0x7f2e044424d0> def test_negative_x_y(session): original = session.window.rect # step 13 response = set_window_rect(session, {"x": - 8, "y": - 8}) # step 14 os = session.capabilities["platformName"] # certain WMs prohibit windows from being moved off-screen if os == "linux":
> rect = assert_success(response)
original = {'height': 0, 'width': 600, 'x': 110, 'y': 460} os = 'linux' response = <Response status=400 error=<InvalidArgumentException http_status=400>> session = <webdriver.client.Session object at 0x7f2e044424d0>
Attachments
Add attachment
proposed patch, testcase, etc.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug