chromium/third_party/blink/web_tests/fast/inline/do-not-detach-whitespace-with-out-of-flow-siblings-inside-inline-parent-expected.html

<!DOCTYPE html>
<style>
/* Disable kerning because kerning may differ for different node tree. */
html { font-kerning: none; }
</style>
<body>
<span>
    <span>A</span>
    <span>B</span>
</span>