blob: 3232e504a9fec5a03e405126a301de59364768f2 [file] [log] [blame]
PASS testComputedValue("aspectRatioTest", "1 / 4", "-webkit-aspect-ratio") is "1/4"
PASS testComputedValue("aspectRatioTest", "inherit", "-webkit-aspect-ratio") is "1/2"
PASS testComputedValue("aspectRatioTest", "none", "-webkit-aspect-ratio") is "none"
PASS successfullyParsed is true
TEST COMPLETE