Upstream version 11.39.266.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / css / aspect-ratio-inheritance-expected.txt
1 PASS testComputedValue("aspectRatioTest", "1 / 4", "-webkit-aspect-ratio") is "1/4"
2 PASS testComputedValue("aspectRatioTest", "inherit", "-webkit-aspect-ratio") is "1/2"
3 PASS testComputedValue("aspectRatioTest", "none", "-webkit-aspect-ratio") is "none"
4 PASS successfullyParsed is true
5
6 TEST COMPLETE
7