fune/testing/web-platform/tests/css/css-ui/outline-offset-table-001-notref.html
Emilio Cobos Álvarez 224c3f6348 Bug 1603049 - Inherit outline-offset from the table. r=dbaron
outline-offset isn't included in the outline shorthand.

Differential Revision: https://phabricator.services.mozilla.com/D57347

--HG--
extra : moz-landing-system : lando
2019-12-16 22:10:11 +00:00

11 lines
160 B
HTML

<!doctype html>
<title>CSS Rest Reference</title>
<style>
table {
outline: 1px solid blue;
outline-offset: 10px;
}
</style>
<table>
Some content
</table>