diff options
Diffstat (limited to 'layout/generic/crashtests/709398-1.html')
-rw-r--r-- | layout/generic/crashtests/709398-1.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/layout/generic/crashtests/709398-1.html b/layout/generic/crashtests/709398-1.html new file mode 100644 index 0000000000..2166af6a33 --- /dev/null +++ b/layout/generic/crashtests/709398-1.html @@ -0,0 +1,12 @@ +<!DOCTYPE html> +<html> +<style> +:root { + padding: 144115188075855870%; + -moz-column-count: 2; + column-count: 2; + background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAIAAAD8GO2jAAAAKElEQVR42u3NQQ0AAAgEoNP+nTWFDzcoQE1udQQCgUAgEAgEAsGTYAGjxAE/G/Q2tQAAAABJRU5ErkJggg==); + background-size: cover; + background-origin: border-box; +} +</style> |