wxWidgets/tests/html
Vadim Zeitlin b55578e40c Fix HTML pagination test for high DPI values
The standard margins, expressed in millimeters, could result in the
usable page space being much smaller than 1000px used for the DC size
when using higher DPIs, which means that the test checking that a 2400px
image took only 3 pages could fail, as it could require 4 of them in
this case.

Fix this by getting rid of the margins, as this should ensure that the
page height is exactly 1000px now, independently of the actual DPI.
2018-05-27 22:43:28 +02:00
..
htmlparser.cpp Fix assertion in the HtmlParser unit test case 2016-02-27 01:14:14 +01:00
htmlwindow.cpp Avoid asserts when destroying windows with mouse capture in tests 2016-06-29 18:26:11 +02:00
htmprint.cpp Fix HTML pagination test for high DPI values 2018-05-27 22:43:28 +02:00