- From: <bugzilla@jessica.w3.org>
- Date: Mon, 16 May 2016 13:25:55 +0000
- To: public-browser-tools-testing@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=29629
Bug ID: 29629
Summary: Set Window Size doesn't check argument type
Product: Browser Test/Tools WG
Version: unspecified
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: WebDriver
Assignee: public-browser-tools-testing@w3.org
Reporter: james@hoppipolla.co.uk
QA Contact: public-browser-tools-testing@w3.org
CC: mike@w3.org
Blocks: 20860
Target Milestone: ---
"Let width be the result of getting a property named width from the parameters
argument.
Let height be the result of getting a property named height from the parameters
argument.
Set the width, in CSS reference pixels, of the operating system window
containing the current top-level browsing context, including any browser chrome
and externally drawn window decorations to a value that is as close as possible
to width. "
This doesn't account for the possibility of width or height being non-numbers
(in particular undefined, which might mean only set width or only set height).
Referenced Bugs:
https://www.w3.org/Bugs/Public/show_bug.cgi?id=20860
[Bug 20860] WebDriver Level 1
--
You are receiving this mail because:
You are the QA Contact for the bug.
Received on Monday, 16 May 2016 13:25:58 UTC