diff options
Diffstat (limited to 'layout/reftests/svg/autofocus-01a.svg')
-rw-r--r-- | layout/reftests/svg/autofocus-01a.svg | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/layout/reftests/svg/autofocus-01a.svg b/layout/reftests/svg/autofocus-01a.svg new file mode 100644 index 0000000000..89be07acad --- /dev/null +++ b/layout/reftests/svg/autofocus-01a.svg @@ -0,0 +1,6 @@ +<svg width="400" height="110" xmlns="http://www.w3.org/2000/svg"> + <rect x="10" y="10" width="300" height="90" fill="lime" tabindex="0" autofocus="true"/> + <style> + rect:focus { outline: 2px solid blue; } + </style> +</svg> |