diff options
Diffstat (limited to 'layout/reftests/forms/button/first-letter-1-noref.html')
-rw-r--r-- | layout/reftests/forms/button/first-letter-1-noref.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/layout/reftests/forms/button/first-letter-1-noref.html b/layout/reftests/forms/button/first-letter-1-noref.html new file mode 100644 index 0000000000..d59db575fa --- /dev/null +++ b/layout/reftests/forms/button/first-letter-1-noref.html @@ -0,0 +1,5 @@ +<!DOCTYPE html> +<style> + body { line-height: 0; } +</style> +<button>Some text</button> |