Back to Chromium

Set Inner Outer Optimization

third_party/blink/web_tests/fast/dom/HTMLElement/set-inner-outer-optimization.html

149.0.7827.2205 B
Original Source

This tests calls to setInnerHTML, setInnerText, and setOuterHTML to see what kind of DOM modifications they cause. The calls are optimized to not do any work in cases where the DOM would not change at all.