blob: e70c161c8fdc5179c0627860017a12785e7df621 [file] [log] [blame]
This is a testharness.js-based test.
PASS e.style['letter-spacing'] = "clamp(1px, 2px, 3px)" should set the property value
FAIL e.style['letter-spacing'] = "clamp(1px, 2px, clamp(2px, 3px, 4px))" should set the property value assert_equals: serialization should be canonical expected "clamp(1px, 2px, 3px)" but got "clamp(1px, 2px, clamp(2px, 3px, 4px))"
Harness: the test ran to completion.