servo/tests/wpt/meta/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

9 lines
241 B
INI
Vendored

[subpixel-sizes-and-offsets.tentative.html]
[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