1
1
mirror of https://github.com/Kozea/WeasyPrint.git synced 2024-10-05 08:27:22 +03:00

Fix test failing with old versions of cairo

This commit is contained in:
Guillaume Ayoub 2017-09-06 11:00:42 +02:00
parent 5f25373a6e
commit 1675b95e9c

View File

@ -2884,6 +2884,7 @@ def test_radial_gradients():
assert (pixel(7, 9) not in (B, r)) ^ thin
@requires('cairo', '1.14')
def test_column_rule():
"""Test standard cases for column-rule-*."""
# JPG is lossy...