You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Executing the test under Tests/LibWeb/Text/input/wpt-import/html/rendering/replaced-elements/svg-embedded-sizing/svg-in-object-auto.html repeatedly in the same tab causes memory usage of the content process to grow. Invoking garbage collection manually has no or very little effect on memory usage.
I cannot reproduce the memory increase in other browsers. So it seems unlikely that this is a bug in the test itself.
Worth noting: Some of the tests in the same folder exhibit similar behavior, but the memory usage for them seems to stabilize after several tests executions.
Operating system
Linux
Steps to reproduce
Run ./Meta/ladybird.sh run ladybird Tests/LibWeb/Text/input/wpt-import/html/rendering/replaced-elements/svg-embedded-sizing/svg-in-object-auto.html and refresh the page several times
Expected behavior
Memory usage stays constant after explicitly invoking garbage collection.
Actual behavior
Memory usage increases with every page reload and does not decrease by running garbage collection.
Also after the test has been re-executed several times in the same tab, test execution becomes noticeably slower and idle CPU usage higher as well.
Summary
Executing the test under
Tests/LibWeb/Text/input/wpt-import/html/rendering/replaced-elements/svg-embedded-sizing/svg-in-object-auto.html
repeatedly in the same tab causes memory usage of the content process to grow. Invoking garbage collection manually has no or very little effect on memory usage.I cannot reproduce the memory increase in other browsers. So it seems unlikely that this is a bug in the test itself.
Worth noting: Some of the tests in the same folder exhibit similar behavior, but the memory usage for them seems to stabilize after several tests executions.
Operating system
Linux
Steps to reproduce
Run
./Meta/ladybird.sh run ladybird Tests/LibWeb/Text/input/wpt-import/html/rendering/replaced-elements/svg-embedded-sizing/svg-in-object-auto.html
and refresh the page several timesExpected behavior
Memory usage stays constant after explicitly invoking garbage collection.
Actual behavior
URL for a reduced test case
Tests/LibWeb/Text/input/wpt-import/html/rendering/replaced-elements/svg-embedded-sizing/svg-in-object-auto.html
HTML/SVG/etc. source for a reduced test case
Log output and (if possible) backtrace
Screenshots or screen recordings
No response
Build flags or config settings
No response
Contribute a patch?
The text was updated successfully, but these errors were encountered: