1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-10-31 14:12:44 +00:00
serenity/Tests/LibWeb/Text/expected/css
Jelle Raaijmakers b015926f8e AK: Improve floating point decimals formatting
There were 2 issues with the way we formatted floating point decimals:
if the part after the decimal point exceeded the max of an u64 we would
generate wildly incorrect decimals, and we applied no rounding.

With this new code, we emit decimals one by one and perform a simple
reverse string walk to round the number up if required.
2023-10-18 19:39:30 -04:00
..
attr-serialization.txt LibWeb: Stop adding extra whitespace when serializing CSS Functions 2023-09-20 18:29:37 +02:00
box-shadow-resolves-length-functions.txt LibWeb: Update layout if we lack a node when getting computed style 2023-10-15 07:14:39 +02:00
element-opacity-change-invalidation.txt LibWeb: Don't assume opacity values are CSS numbers 2023-07-31 09:16:18 +02:00
font-face-src-local-serialization.txt LibWeb: Parse src: local(...) in CSS @font-face rules 2023-08-25 11:51:28 +02:00
font-family-with-dash-prefix.txt LibWeb: Allow font-family names to start with - 2023-07-06 14:30:06 +02:00
getComputedStyle-display-short-serialization.txt LibWeb: Make resolved serialization of CSS display prefer short form 2023-05-27 16:43:35 +02:00
getComputedStyle-print-all.txt LibWeb: Implement mask-type CSS property 2023-10-09 07:28:18 +02:00
getComputedStyle-transform.txt AK: Improve floating point decimals formatting 2023-10-18 19:39:30 -04:00
legacy-color-value.txt Tests/LibWeb: Add some text tests for 'parsing a legacy color value' 2023-06-05 06:54:33 +02:00
math-depth.txt LibWeb: Implement the math-depth CSS property 2023-09-11 17:03:22 +01:00
media-query-serialization-basic.txt LibWeb: Fix broken conversion of CSS <resolution> dpi/dpcm to dppx 2023-08-25 20:10:47 +02:00
PropertyOwningCSSStyleDeclaration-serialized-custom-properties.txt LibWeb: Serialize custom properties in CSSStyleDeclaration::serialized() 2023-06-09 11:17:44 +01:00
string-serializes-with-quotes.txt LibWeb: Serialize StringStyleValue with quotes 2023-09-12 14:29:21 +01:00
style-sheet-with-byte-order-mark.txt LibWeb+WebContent+headless-browser: Support async text tests 2023-09-15 08:52:25 +02:00