Do tabs that are unloaded keep much state? My understanding was that they basically loaded as if a fresh navigation except for some extra form field preservation.
Or is the active state serialized to disk somehow?
Not much state is kept: maybe about as much as if you were to navigate to the page again with the back button (which is an annoyingly little nowadays).