1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 10:48:11 +00:00
serenity/Tests/LibWeb/Text/expected/HTML
Andreas Kling e7de5cb4d2 LibWeb: Bring CSS line-height closer to other engines
This patch makes a few changes to the way we calculate line-height:

- `line-height: normal` is now resolved using metrics from the used
  font (specifically, round(A + D + lineGap)).

- `line-height: calc(...)` is now resolved at style compute time.

- `line-height` values are now absolutized at style compute time.

As a consequence of the above, we no longer need to walk the DOM
ancestor chain looking for line-heights during style computation.
Instead, values are inherited, resolved and absolutized locally.

This is not only much faster, but also makes our line-height metrics
match those of other engines like Gecko and Blink.
2024-01-12 15:04:06 +01:00
..
button-attributes.txt Tests: Add test for button type attribute 2023-11-07 11:34:21 +01:00
Form-indexed-property-access.txt LibWeb: Implement named and indexed property access for HTMLFormElement 2024-01-12 09:11:18 +01:00
Form-named-property-access.txt LibWeb: Implement named and indexed property access for HTMLFormElement 2024-01-12 09:11:18 +01:00
FormData-append-with-emoji-in-name.txt LibWeb: Don't crash on FormData.append() with emoji in name 2023-12-04 00:04:04 +01:00
get-innerHTML.txt LibWeb: Remove FIXMe's for HTML attribute serialization steps 2023-11-11 08:50:25 +01:00
HTMLElement-offsetFoo-in-table-cell.txt LibWeb: Bring HTMLElement.offset{Left,Top,Parent} closer to spec 2023-12-10 16:30:21 +01:00
HTMLInputElement-valueAsNumber.txt LibWeb: Bring CSS line-height closer to other engines 2024-01-12 15:04:06 +01:00
iframe-reload-on-src-or-srcdoc-change.txt LibWeb: Only reload iframe on src/srcdoc attribute changes, not all 2024-01-01 18:41:14 +01:00
img-src-in-innerHTML-crash.txt LibWeb: Let Document have a direct GCPtr to its containing Web::Page 2023-12-15 22:04:46 +01:00
Navigation-object-properties.txt LibWeb: Don't assert when calling navigation properties 2023-08-26 07:35:50 +01:00
navigator-beacon.txt LibWeb: Add basic Navigator send beacon support 2023-09-18 11:08:26 -06:00
set-innerHTML-details.txt LibWeb: Remove shadow roots from elements that are removed from the DOM 2023-11-30 08:49:15 +00:00
set-innerHTML-input.txt LibWeb: Remove shadow roots from elements that are removed from the DOM 2023-11-30 08:49:15 +00:00
set-innerHTML-textarea.txt LibWeb: Remove shadow roots from elements that are removed from the DOM 2023-11-30 08:49:15 +00:00
StructuredClone-array-buffer-views.txt LibWeb: Add {de}serialization steps for TypedArrayBuffers and DataViews 2023-09-13 08:49:09 +02:00
StructuredClone-object-primitives.txt LibWeb: Bring CSS line-height closer to other engines 2024-01-12 15:04:06 +01:00
StructuredClone-primitives.txt LibWeb: Bring CSS line-height closer to other engines 2024-01-12 15:04:06 +01:00
Window-named-properties-elements.txt LibWeb: Bring CSS line-height closer to other engines 2024-01-12 15:04:06 +01:00
Window-named-properties-iframe.txt LibWeb: Bring CSS line-height closer to other engines 2024-01-12 15:04:06 +01:00
Window-postMessage.txt LibWeb: Use StructuredSerializeWithTransfer in window.postMessage() 2023-12-14 08:36:11 -07:00
Window-prototype.txt LibWeb: Bring CSS line-height closer to other engines 2024-01-12 15:04:06 +01:00