| Index: LayoutTests/fast/css/csstext-of-content-string-expected.txt
|
| diff --git a/LayoutTests/fast/css/csstext-of-content-string-expected.txt b/LayoutTests/fast/css/csstext-of-content-string-expected.txt
|
| index 9760069138d4e51a563a93c8eb1ba5cc1cfc3cb9..0943f9c93f8b097c0fc58f1ecc0d08e8ab19a97a 100644
|
| --- a/LayoutTests/fast/css/csstext-of-content-string-expected.txt
|
| +++ b/LayoutTests/fast/css/csstext-of-content-string-expected.txt
|
| @@ -4,10 +4,10 @@ Tests if a css text of content value is quoted when the value is string.
|
| On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
|
|
|
|
| -PASS style.sheet.cssRules[0].cssText is "#A::after { content: 'A'; }"
|
| -PASS style.sheet.cssRules[1].cssText is "#B::after { content: '\\'B\\''; }"
|
| -PASS style.sheet.cssRules[2].cssText is "#C::after { content: '\\'C\\8\\''; }"
|
| -PASS style.sheet.cssRules[3].cssText is "#D::after { content: '\\'D\\'' url(http://example.com/) 'EFG'; }"
|
| +PASS style.sheet.cssRules[0].cssText is "#A::after { content: \"A\"; }"
|
| +PASS style.sheet.cssRules[1].cssText is "#B::after { content: \"'B'\"; }"
|
| +PASS style.sheet.cssRules[2].cssText is "#C::after { content: \"'C\\8 '\"; }"
|
| +PASS style.sheet.cssRules[3].cssText is "#D::after { content: \"'D'\" url(http://example.com/) \"EFG\"; }"
|
| PASS successfullyParsed is true
|
|
|
| TEST COMPLETE
|
|
|