<!DOCTYPE html><title>text-align: -webkit-match-parent should not be supported</title><linkrel="help"href="https://drafts.csswg.org/css-text/#valdef-text-align-match-parent"><scriptsrc="/resources/testharness.js"></script><scriptsrc="/resources/testharnessreport.js"></script><body><script>test(function(){assert_false(CSS.supports('text-align: -webkit-match-parent'));});</script>