chromium/third_party/blink/web_tests/fast/css/complex-ridge-outline-large-negative-offset.html

<!DOCTYPE html>
<script>
if (window.testRunner)
  testRunner.dumpAsText();
</script>
Passes if no assertion failure.
<div style="width: 150px">
  A B C D <span style="outline: 20px ridge blue; outline-offset: -15px">E F G H I J K L M N O P </span> Q R S T
</div>