1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-20 06:05:07 +00:00
serenity/Tests/LibWeb/Text/expected/hit_testing
MacDue 360c0eb509 LibWeb: Remove implicit conversion from float and double to CSSPixels
In general it is not safe to convert any arbitrary floating-point value
to CSSPixels. CSSPixels has a resolution of 0.015625, which for small
values (e.g. scale factors between 0 and 1), can produce bad results
if converted to CSSPixels then scaled back up. In the worst case values
can underflow to zero and produce incorrect results.
2023-08-26 23:53:45 +02:00
..
basic.txt LibWeb: Add hit testing API in internals object 2023-08-09 17:26:44 +02:00
grid.txt LibWeb: Treat grid item as it creates stacking context during painting 2023-08-22 11:33:24 +02:00
text.txt LibWeb: Remove implicit conversion from float and double to CSSPixels 2023-08-26 23:53:45 +02:00