blob: b9bb789f736a0525febffa91b73c5f1cdaf075d0 [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>
// Verifies that font-size property's -webkit-xxx-large value is properly parsed
assert_valid_value("fontSize", "-webkit-xxx-large");
</script>