servo/tests/ref/background_size_zero_a.html
Patrick Walton 02b15e016d layout: Avoid a division by zero in tile_image().
Fixes a crash on Facebook Timeline.
2015-08-18 18:44:50 -07:00

9 lines
128 B
HTML

<!DOCTYPE html>
<style>
body {
background-image: url(400x400_green.png);
background-size: 0 0;
}
</style>
Don't crash!