| 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
|
| index 33d06a29d8d94257c4ce5d7a05b203fdb32ac38f..273dd4dd744a9d3038ef07a1c362a07dc1a9b270 100644
|
| --- a/LayoutTests/fast/css/content-property-serialization.html
|
| +++ b/LayoutTests/fast/css/content-property-serialization.html
|
| @@ -4,5 +4,5 @@
|
| <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/) ')'");
|
| +assert_valid_value("content", "\" (' url(http://example.com/) ')\"");
|
| </script>
|
|
|