diff options
Diffstat (limited to '')
-rw-r--r-- | layout/reftests/outline/outline-dynamic-change-1-ref.html | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/layout/reftests/outline/outline-dynamic-change-1-ref.html b/layout/reftests/outline/outline-dynamic-change-1-ref.html new file mode 100644 index 0000000000..ac45dd1972 --- /dev/null +++ b/layout/reftests/outline/outline-dynamic-change-1-ref.html @@ -0,0 +1,17 @@ +<!DOCTYPE html> +<html> +<head> + <style> + #tweakMe { + height: 100px; + width: 100px; + background: gray; + outline: solid 6px black; + outline-offset: -16px; + } + </style> +</head> +<body> + <div id="tweakMe"></div> +</body> +</html> |