summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/css/outline-negative.html
blob: 857cf2033be7e2564b28308017f4aff37cddcc66 (plain)
1
2
3
4
5
6
7
8
9
<html>
    <script>
        if (window.testRunner)
            testRunner.dumpAsText();
    </script>
    <body>
        <a style="outline: solid; outline-offset: -70px;">PASS</a>
    </body>
</html>