diff options
Diffstat (limited to 'layout/style/crashtests/1400325.html')
-rw-r--r-- | layout/style/crashtests/1400325.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/layout/style/crashtests/1400325.html b/layout/style/crashtests/1400325.html new file mode 100644 index 0000000000..39e33a53eb --- /dev/null +++ b/layout/style/crashtests/1400325.html @@ -0,0 +1,6 @@ +<style> +* { + padding-right: 2em; + font-size: calc(1pt + 5% + 0% + 4em); +} +</style> |