[Webkit-unassigned] [Bug 180418] New: WebDriver: test imported/w3c/webdriver/tests/set_window_rect.py::test_height_width_larger_than_max fails

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 5 04:08:42 PST 2017


https://bugs.webkit.org/show_bug.cgi?id=180418

            Bug ID: 180418
           Summary: WebDriver: test
                    imported/w3c/webdriver/tests/set_window_rect.py::test_
                    height_width_larger_than_max fails
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebDriver
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: cgarcia at igalia.com
                CC: bburg at apple.com

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>

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20171205/9e86d786/attachment.html>


More information about the webkit-unassigned mailing list