| OLD | NEW |
| (Empty) | |
| 1 Blocked access to external URL http://example.com/ |
| 2 Tests if a css text of content value is quoted when the value is string. |
| 3 |
| 4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
| 5 |
| 6 |
| 7 PASS style.sheet.cssRules[0].cssText is "#A::after { content: 'A'; }" |
| 8 PASS style.sheet.cssRules[1].cssText is "#B::after { content: '\\'B\\''; }" |
| 9 PASS style.sheet.cssRules[2].cssText is "#C::after { content: '\\'C\\8\\''; }" |
| 10 PASS style.sheet.cssRules[3].cssText is "#D::after { content: '\\'D\\'', url(htt
p://example.com/), 'EFG'; }" |
| 11 PASS successfullyParsed is true |
| 12 |
| 13 TEST COMPLETE |
| 14 |
| OLD | NEW |