mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 14:12:44 +00:00 
			
		
		
		
	|  b015926f8e 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. | ||
|---|---|---|
| .. | ||
| attr-serialization.txt | ||
| box-shadow-resolves-length-functions.txt | ||
| element-opacity-change-invalidation.txt | ||
| font-face-src-local-serialization.txt | ||
| font-family-with-dash-prefix.txt | ||
| getComputedStyle-display-short-serialization.txt | ||
| getComputedStyle-print-all.txt | ||
| getComputedStyle-transform.txt | ||
| legacy-color-value.txt | ||
| math-depth.txt | ||
| media-query-serialization-basic.txt | ||
| PropertyOwningCSSStyleDeclaration-serialized-custom-properties.txt | ||
| string-serializes-with-quotes.txt | ||
| style-sheet-with-byte-order-mark.txt | ||