For some reason, selecting multiple ::selections with a ruleset doesn't work.
::selection
This works:
::selection { background: red; } ::-moz-selection { background: red; }
But this doesn't:
::selection, ::-moz-selection { background: red; }