summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/css/content-property-serialization.html
blob: 273dd4dd744a9d3038ef07a1c362a07dc1a9b270 (plain)
1
2
3
4
5
6
7
8
<!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>