blob: 273dd4dd744a9d3038ef07a1c362a07dc1a9b270 [file] [log] [blame]
<!doctype html>
<script src="../../resources/testharness.js"></script>
<script src="../../resources/testharnessreport.js"></script>
<script src="../../css-parser/resources/property-parsing-test.js"></script>
<script>
// Verifies that a css text serialization of the content property can be roundtripped.
assert_valid_value("content", "\" (' url(http://example.com/) ')\"");
</script>