blob: a1be8ba74cbd6ed63e356782d96cd0dae5109e2e [file] [log] [blame]
Eric Willigers5aca4e52018-06-08 00:19:021<!DOCTYPE html>
2<script src="../resources/testharness.js"></script>
3<script src="../resources/testharnessreport.js"></script>
4<script src="resources/property-parsing-test.js"></script>
5<script>
6// Verifies that font-variant-east-asian property and its value are properly parsed
7
8assert_valid_value("font-variant-east-asian", "ruby full-width jis78", "jis78 full-width ruby");
9</script>