Run results for: Replace surrounded class with className, classList.replace and setAttribute
Compares performance of changing the class name through one of the following three interfaces: Element.className Element.classList.replace and Element.setAttribute. Inspiration originates from "Avoiding the FOUC v3.0": https://www.paulirish.com/2009/avoiding-the-fouc-v3/ Preparation code is based on this test: https://measurethat.net/Benchmarks/Show/54/0/classname-vs-setattribute-vs-classlist