vminpoly
vminpoly copied to clipboard
There is a duplicate check with the same method
In the following line
test_results = testVWSupport(test_element, style_block) and testVWSupport(test_element, style_block) and testVMinSupport(test_element, style_block)
testVWSupport has been used two times. I think second one should be testVHSupport .
Pull request #40 should fix this issue.