Files
servo/tests/wpt/meta-legacy-layout/css/cssom-view/subpixel-sizes-and-offsets.tentative.html.ini
Oriol Brufau 38d9245726 Don't use cached client_rect() when a reflow is needed (#31210)
Fixes #31195:

```js
element.style.width = "5px";
element.clientWidth; // 5
element.style.width = "15px";
element.clientWidth; // Was 5, now 15
```
2024-01-29 14:59:36 +00:00

22 lines
567 B
INI

[subpixel-sizes-and-offsets.tentative.html]
[clientWidth, offsetWidth and scrollWidth round 5.5 to 6]
expected: FAIL
[clientWidth, offsetWidth and scrollWidth round 5.9 to 6]
expected: FAIL
[clientHeight, offsetHeight and scrollHeight round 5.5 to 6]
expected: FAIL
[clientHeight, offsetHeight and scrollHeight round 5.9 to 6]
expected: FAIL
[clientLeft and clientTop don't round 44.9]
expected: FAIL
[clientLeft and clientTop don't round 44.5]
expected: FAIL
[clientLeft and clientTop don't round 44.1]
expected: FAIL