chromium/third_party/blink/web_tests/fast/dom/HTMLStyleElement/parser-reparent-expected.html

<!DOCTYPE html>
<html>
<body>
  <a>
    <bdi>
      <data>
        <span>
          Green Text
          <del>
            <form>
              <style>span { color: green; }</style>
              <a></a>
            </form>
</body>
</html>