Is there a way to actually get the DOM elements involved in Chrome's "Recalculate Style" event?
All it says is like "59 elements". But it is very time consuming to slowly start removing elements from the DOM and re-running the timeline profiler to see how it affects the element count of the affected elements. And even then it still hard to figure out which elements could be responsible.
Same question goes for "Update Layer Tree" and "Layout" events.