chromium/third_party/blink/web_tests/webexposed/webkit-focus-ring-not-exposed-to-standards-mode.html

<!DOCTYPE html>
<style>
    #focus_ring {
        color: -webkit-focus-ring-color;
    }
</style>

This test is parsed in standards mode and should thus not support
-webkit-focus-ring-color, neither in style declarations or in HTML
attributes.

The below text should not be differently colored than the default
text color, which is what this reftest tests.

<font id="focus_ring">Some text #1</font>
<font style="color: -webkit-focus-ring-color">Some text #2</font>