servo/tests/wpt/metadata-css/css-transforms-1_dev
Boris Chiou ce9f1ed143 Fix extremely small pixel value for transform on Servo.
Sometimes, we want to use extremely small pixel value in transform, e.g.
translate(calc(0.001px)), which should be rendered correctly together
with scale(100000). This patch only fixes this case for Servo because
Stylo still uses Au on the Gecko side, even if we pass pixel value into
FFI directly in the previous patch.
2017-09-13 18:10:47 +08:00
..
html Fix extremely small pixel value for transform on Servo. 2017-09-13 18:10:47 +08:00