OLD | NEW |
(Empty) | |
| 1 Verifies that a css text serialization of the content property can be roundtripp
ed. |
| 2 |
| 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
| 4 |
| 5 |
| 6 PASS successfullyParsed is true |
| 7 |
| 8 TEST COMPLETE |
| 9 This is a testharness.js-based test. |
| 10 PASS CSS.supports('content', '' (' url(http://example.com/) ')'') should return
true |
| 11 PASS e.style['content'] = '' (' url(http://example.com/) ')'' should set the val
ue |
| 12 PASS Serialization should round-trip after setting e.style['content'] = '' (' ur
l(http://example.com/) ')'' |
| 13 Harness: the test ran to completion. |
| 14 |
OLD | NEW |