diff options
Diffstat (limited to '')
-rw-r--r-- | layout/reftests/outline/outline-on-table-ref.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/layout/reftests/outline/outline-on-table-ref.html b/layout/reftests/outline/outline-on-table-ref.html new file mode 100644 index 0000000000..fd9fbe01bb --- /dev/null +++ b/layout/reftests/outline/outline-on-table-ref.html @@ -0,0 +1,9 @@ +<!DOCTYPE HTML> +<style> +#target { + width: 100px; + height: 100px; + outline: 1px solid black; +} +</style> +<div id="target"></div> |