Summary: | HTML Parser: Wrong column number in CR-LF line ending style (DOS EOL style) HTML files | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Fujii Hironori <Hironori.Fujii> | ||||||||||
Component: | New Bugs | Assignee: | Fujii Hironori <Hironori.Fujii> | ||||||||||
Status: | RESOLVED FIXED | ||||||||||||
Severity: | Normal | CC: | mmaxfield, webkit-bug-importer | ||||||||||
Priority: | P2 | Keywords: | InRadar | ||||||||||
Version: | WebKit Nightly Build | ||||||||||||
Hardware: | Unspecified | ||||||||||||
OS: | Unspecified | ||||||||||||
Attachments: |
|
Created attachment 458653 [details]
JSC stack (Unix EOL style)
The following tests can fail if the test files are checked out by Windows Git. js/dom/line-column-numbers.html js/dom/script-start-end-locations.html js/dom/stack-trace.html Created attachment 458654 [details]
WIP patch
Created attachment 458657 [details]
Patch
Committed r293672 (250174@main): <https://commits.webkit.org/250174@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 458657 [details]. |
Created attachment 458652 [details] JSC stack (DOS EOL style) HTML Parser: Wrong column number in CR-LF line ending style (DOS EOL style) HTML files In this test case, WebKit reports the line number and column number as 2:31, but it should be 2:30.