diff options
Diffstat (limited to 'layout/painting/crashtests/1549909.html')
-rw-r--r-- | layout/painting/crashtests/1549909.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/layout/painting/crashtests/1549909.html b/layout/painting/crashtests/1549909.html new file mode 100644 index 0000000000..0542ee91a8 --- /dev/null +++ b/layout/painting/crashtests/1549909.html @@ -0,0 +1,9 @@ +<style> +* { + -webkit-column-break-after: always; + float: left; + column-width: 0px; +} +</style> +} +<video controls="controls"> |