diff options
Diffstat (limited to 'testing/web-platform/tests/css/css-ui/outline-offset-table-001-notref.html')
-rw-r--r-- | testing/web-platform/tests/css/css-ui/outline-offset-table-001-notref.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/testing/web-platform/tests/css/css-ui/outline-offset-table-001-notref.html b/testing/web-platform/tests/css/css-ui/outline-offset-table-001-notref.html new file mode 100644 index 0000000000..aafa2b053c --- /dev/null +++ b/testing/web-platform/tests/css/css-ui/outline-offset-table-001-notref.html @@ -0,0 +1,11 @@ +<!doctype html> +<title>CSS Rest Reference</title> +<style> +table { + outline: 1px solid blue; + outline-offset: 10px; +} +</style> +<table> + Some content +</table> |