| Index: LayoutTests/fast/css/nested-at-rules.html
|
| diff --git a/LayoutTests/fast/css/nested-at-rules.html b/LayoutTests/fast/css/nested-at-rules.html
|
| index 43d1955ae8e66cfe8a40bb33f7e34f75e4b62c74..e3e4495f582c0f6d3dbf1838c1e613d1b864f4dc 100644
|
| --- a/LayoutTests/fast/css/nested-at-rules.html
|
| +++ b/LayoutTests/fast/css/nested-at-rules.html
|
| @@ -57,6 +57,6 @@ shouldEvaluateTo("rules[1].cssRules[1].cssRules.length", 2);
|
| shouldBe("rules[1].cssRules[1].cssRules[1].type", "CSSRule.MEDIA_RULE");
|
| shouldBe("rules[1].cssRules[1].cssRules[1].cssRules[0].type", "CSSRule.PAGE_RULE");
|
|
|
| -shouldBeEqualToString("getComputedStyle(document.getElementById('t0')).content", "'APPLIED'");
|
| -shouldBeEqualToString("getComputedStyle(document.getElementById('t1')).content", "'UNTOUCHED'");
|
| +shouldBeEqualToString("getComputedStyle(document.getElementById('t0')).content", '"APPLIED"');
|
| +shouldBeEqualToString("getComputedStyle(document.getElementById('t1')).content", '"UNTOUCHED"');
|
| </script>
|
|
|