Test name:coords-units-02-b
raster of coords-units-02-b

Verify the conversion processing of CSS units and percentage values for both coordinates and length values. Note that the test uses the CSS px unit to be usable in all pixel resolutions. Hence, the conversion from other CSS units to CSS px is left out of the test. This can be validated by BE01 in the same test suite.

There are six atomic tests in this BE. For each, the approach is to draw two similar elements (circles or rects) with coordinates specified in user space for one and in CSS units or percentage for the other. Each test is such that these two values (or value pairs) should match.

For example, in the first two tests, that validate coordinate processing, the circles should have the same center. In the following two tests, the rectangles should have the same height and width. And finally, in the last test, the 3 circles should have the same radius.

The rendered image should match the reference image except for the text which may show minor differences, per CSS2 rules for font selection and matching.