Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / css / content-property-serialization.html
blob273dd4dd744a9d3038ef07a1c362a07dc1a9b270
1 <!doctype html>
2 <script src="../../resources/testharness.js"></script>
3 <script src="../../resources/testharnessreport.js"></script>
4 <script src="../../css-parser/resources/property-parsing-test.js"></script>
5 <script>
6 // Verifies that a css text serialization of the content property can be roundtripped.
7 assert_valid_value("content", "\" (' url(http://example.com/) ')\"");
8 </script>