chromium/third_party/blink/web_tests/fast/inline/continuation-with-focus-rects-assert.html

<!DOCTYPE html>
<style>
* {
    outline-style: auto;   
    opacity: 0.9;
    backface-visibility: hidden;
}
</style>
<script>
if (window.testRunner)
    testRunner.dumpAsText();
</script>
<span>Test passes if there's no assert.
<div></div>
</span>