columnNumber in exceptions and stackTraces should be 0-based
Categories
(Remote Protocol :: WebDriver BiDi, defect, P1)
Tracking
(firefox109 fixed)
Tracking | Status | |
---|---|---|
firefox109 | --- | fixed |
People
(Reporter: jdescottes, Assigned: whimboo)
References
Details
(Whiteboard: [webdriver:m5], [webdriver:relnote] )
Attachments
(1 file)
Per https://w3c.github.io/webdriver-bidi/#stackframe-column-number
column number
The zero-based column number of the executed code, relative to the start of the line in the resource containing script.
AFAICT we are getting 1-based column and line numbers for our stack traces. We are correctly substracting 1 from our line numbers, but we don't apply the same for column numbers:
Assignee | ||
Comment 1•2 years ago
|
||
Interesting. This is most likely an oversight and we should get this fixed. Wasn't there a proposed test change by Maksim regarding the column number? I'm currently not able to find it.
Assignee | ||
Comment 2•2 years ago
|
||
Actually this is https://github.com/web-platform-tests/wpt/pull/36592. The corresponding sync bug is bug 1796800.
Comment 3•2 years ago
|
||
The severity field is not set for this bug.
:whimboo, could you have a look please?
For more information, please visit auto_nag documentation.
Assignee | ||
Comment 4•2 years ago
|
||
Updated•2 years ago
|
Assignee | ||
Updated•2 years ago
|
Comment 6•2 years ago
|
||
bugherder |
Reporter | ||
Updated•2 years ago
|
Description
•