diff options
author | Oriol Brufau <obrufau@igalia.com> | 2024-01-29 15:59:36 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-29 14:59:36 +0000 |
commit | 38d9245726c5d6d912fca1bda579f9f5fa96bbfa (patch) | |
tree | 555d03841a1c059c8b9c6dec4231639bf79ee630 /components/script/dom/webglvertexarrayobject.rs | |
parent | 742d3ed97f8e439a5807dbbfece6c23935525bce (diff) | |
download | servo-38d9245726c5d6d912fca1bda579f9f5fa96bbfa.tar.gz servo-38d9245726c5d6d912fca1bda579f9f5fa96bbfa.zip |
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
```
Diffstat (limited to 'components/script/dom/webglvertexarrayobject.rs')
0 files changed, 0 insertions, 0 deletions