Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!DOCTYPE html>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="../resources/utils.js"></script>
<div id="target"></div>
<script>
transition_test({
syntax: "<color>",
from: "rgb(100, 100, 100)",
to: "rgb(200, 200, 200)",
expected: "rgb(150, 150, 150)"
}, 'A custom property of type <color> can yield a CSS Transition');
</script>