OLD | NEW |
1 <!doctype html> | 1 <!doctype html> |
2 <script src="../../resources/testharness.js"></script> | 2 <script src="../../resources/testharness.js"></script> |
3 <script src="../../resources/testharnessreport.js"></script> | 3 <script src="../../resources/testharnessreport.js"></script> |
4 <script src="../../css-parser/resources/property-parsing-test.js"></script> | 4 <script src="../../css-parser/resources/property-parsing-test.js"></script> |
5 <script> | 5 <script> |
6 // Verifies that a css text serialization of the content property can be roundtr
ipped. | 6 // Verifies that a css text serialization of the content property can be roundtr
ipped. |
7 assert_valid_value("content", "' (' url(http://example.com/) ')'"); | 7 assert_valid_value("content", "\" (' url(http://example.com/) ')\""); |
8 </script> | 8 </script> |
OLD | NEW |