I've been trying to figure out the loading order of CSS stylesheets in Google Chrome, but I'm finding it a bit confusing. Despite my attempts to use Dev Tools -> Network tab -> filter for Stylesheets, I keep getting different results each time I reload the page. No matter if I choose Timeline, Start Time or End Time, the order seems to change randomly without replicating the actual cascade determined by the HTML.
What could be causing this inconsistency?