blob: 8b9a374020d33e16a82047c9574e1c46b73448f9 [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("rotate", "0deg");
assert_valid_value("offset-path", "ray(0deg farthest-corner)");
assert_invalid_value("rotate", "0");
assert_invalid_value("offset-path", "ray(0 farthest-corner)");
</script>