diff options
author | Martin Robinson <mrobinson@igalia.com> | 2025-05-01 15:25:34 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-05-01 13:25:34 +0000 |
commit | 0d21992edd8783e2e9b5c224fdd60a4e8e3a193e (patch) | |
tree | 702dd880e05c1d767ae83a46fb51df814ae9a21a /components/script/dom/bindings/codegen/parser/tests | |
parent | b10fc49e8ae73ab030e733c1aacccf9a4056de88 (diff) | |
download | servo-0d21992edd8783e2e9b5c224fdd60a4e8e3a193e.tar.gz servo-0d21992edd8783e2e9b5c224fdd60a4e8e3a193e.zip |
script: Clamp table spans according to the HTML specification (#36703)
Previously, spans were partially clamped during layout, but this means
that accessing and setting these properties via script wouldn't behave
according to the HTML specification. In addition, the value wasn't
floored in layout, so could lead to panics. This change improves
clamping and moves it to script.
Testing: This change includes a new WPT test.
Fixes #36699.
Signed-off-by: Martin Robinson <mrobinson@igalia.com>
Diffstat (limited to 'components/script/dom/bindings/codegen/parser/tests')
0 files changed, 0 insertions, 0 deletions