chromium/third_party/blink/web_tests/fast/css/internal-properties-painting-expected.html

<!DOCTYPE html>
<div>
    <a>Should not be red</a><br>
    <a href="">Should not be red</a><br>
    <a href="">Should not be red</a><br>
</div>
<script>
    let div = document.querySelector('div');
    document.body.append(div.cloneNode(true), div.cloneNode(true));
</script>