Chromium Code Reviews| Index: LayoutTests/svg/custom/focus-ring-2-expected.html |
| diff --git a/LayoutTests/svg/custom/focus-ring-2-expected.html b/LayoutTests/svg/custom/focus-ring-2-expected.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..bad7c3706dea8ecf8907e43120a523176958b06c |
| --- /dev/null |
| +++ b/LayoutTests/svg/custom/focus-ring-2-expected.html |
| @@ -0,0 +1,5 @@ |
| +<!doctype html> |
| +<div style="width:100px; height:100px" tabindex="0"></div> |
| +<script> |
| +document.querySelector("div").focus(); |
| +</script> |