blob: 0639b870dcbc81fcb4090fba9ee3aa10f861eaae [file] [log] [blame]
<!DOCTYPE html>
<script src="../resources/testharness.js"></script>
<script src="../resources/testharnessreport.js"></script>
<script src="resources/property-parsing-test.js"></script>
<script>
assert_valid_value("image-orientation", "0deg");
assert_valid_value("rotate", "0deg");
assert_valid_value("offset-path", "ray(0deg farthest-corner)");
assert_invalid_value("image-orientation", "0");
assert_invalid_value("rotate", "0");
assert_invalid_value("offset-path", "ray(0 farthest-corner)");
</script>