| Summary: | Avoid uint64_t overflow in Decimal::operator/() | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Ahmad Saleem <ahmad.saleem792> |
| Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | cdumez, darin, rniwa, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | Safari Technology Preview | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| See Also: | https://bugs.webkit.org/show_bug.cgi?id=247514 | ||
|
Description
Ahmad Saleem
2022-12-05 14:06:16 PST
> Unfortunately, I will not be able to do it because the test is in C++
While it's not ideal, importing the failing test case linked above (with input type=range), converting it to a reftest, would be better than nothing. Unless this ends up exposed through the DOM API?
(In reply to Sam Sneddon [:gsnedders] from comment #1) > > Unfortunately, I will not be able to do it because the test is in C++ > > While it's not ideal, importing the failing test case linked above (with > input type=range), converting it to a reftest, would be better than nothing. > Unless this ends up exposed through the DOM API? Managed to figure out the ref-test. PR - https://github.com/WebKit/WebKit/pull/7908 Committed 258174@main (d16c8e20b19e): <https://commits.webkit.org/258174@main> Reviewed commits have been landed. Closing PR #7908 and removing active labels. *** Bug 247514 has been marked as a duplicate of this bug. *** |