diff options
Diffstat (limited to 'layout/reftests/bugs/542116-3-ref.html')
-rw-r--r-- | layout/reftests/bugs/542116-3-ref.html | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/layout/reftests/bugs/542116-3-ref.html b/layout/reftests/bugs/542116-3-ref.html new file mode 100644 index 000000000..07297dc21 --- /dev/null +++ b/layout/reftests/bugs/542116-3-ref.html @@ -0,0 +1,19 @@ +<!DOCTYPE html> +<html> + <head> + <style> + div { + margin: 0; + padding: 10px; + font-size: 20px; + height: 100px; + width: 100px; + border: 1px solid red; + outline: none; + } + </style> + </head> + <body onload="document.getElementById('i').focus()"> + <div contenteditable id="i"></div> + </body> +</html> |