servo/tests
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
..
dromaeo
html
jquery Remove __future__ imports that are no longer necessary (#30661) 2023-11-02 12:01:10 +00:00
power Remove __future__ imports that are no longer necessary (#30661) 2023-11-02 12:01:10 +00:00
unit Replace time with std::time in components/metrics & components/shared (#31020) 2024-01-10 19:23:47 +00:00
wpt Don't use cached client_rect() when a reflow is needed (#31210) 2024-01-29 14:59:36 +00:00