This is part of the #1796 series. Read that issue for context
All browsers (Safari, Chrome, FF, Edge) agree, that the height of an inline-box with line-height:normal and which uses characters from the primary and fallback fonts goes from the top of the highest to the bottom of the lowest. In other words, the result is the same as the height of a line box containing one inline box for each of the font used.
Test source
Ref source
Live test
Live ref
Given that we have interop, we should specify that.