gecko-dev/layout/reftests/outline/outline-auto-follows-border-radius-non-native-notref.html
Emilio Cobos Álvarez ca89009775 Bug 1692721 - nsNativeBasicTheme should handle outline-offset like non-auto outline does. r=mstange
I thought we didn't support outline-offset on auto-style outline.

The rect we get is already inflated, so we just got to compute the
radius using that.

Differential Revision: https://phabricator.services.mozilla.com/D105125
2021-02-16 10:25:32 +00:00

13 lines
169 B
HTML

<!doctype html>
<style>
body { margin: 0 }
div {
width: 100px;
height: 100px;
border: 1px transparent;
outline: 1px auto;
margin: 10px;
}
</style>
<div></div>