blob: fdddbaad5c93f1cad0445d4b4be847da914e5152 [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", "none");
assert_valid_value("image-orientation", "from-image");
assert_invalid_value("image-orientation", "0deg");
</script>