| Index: LayoutTests/fast/css/content-property-serialization.html | 
| diff --git a/LayoutTests/fast/css/content-property-serialization.html b/LayoutTests/fast/css/content-property-serialization.html | 
| new file mode 100644 | 
| index 0000000000000000000000000000000000000000..67db3d3ae502c3e7ea5c78cfba13944868c81b62 | 
| --- /dev/null | 
| +++ b/LayoutTests/fast/css/content-property-serialization.html | 
| @@ -0,0 +1,9 @@ | 
| +<!doctype html> | 
| +<script src="../../resources/js-test.js"></script> | 
| +<script src="../../resources/testharness.js"></script> | 
| +<script src="../../resources/testharnessreport.js"></script> | 
| +<script src="../../css-parser/resources/property-parsing-test.js"></script> | 
| +<script> | 
| +description('Verifies that a css text serialization of the content property can be roundtripped.'); | 
| +assert_valid_value("content", "' (' url(http://example.com/) ')'"); | 
| +</script> | 
|  |