summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/css/complex-ridge-outline-large-negative-offset.html
blob: 746c56c1291d8811f6089269c968f1053965e175 (plain)
1
2
3
4
5
6
7
8
9
10
<!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>