| Index: third_party/WebKit/LayoutTests/fast/css/nested-at-rules-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/css/nested-at-rules-expected.txt b/third_party/WebKit/LayoutTests/fast/css/nested-at-rules-expected.txt
|
| index 8039bd9a00f61d626d8bc1bb8fff135badd2cf78..f7c7194b01b8f2767e0df729cb3731b91947631c 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/css/nested-at-rules-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/css/nested-at-rules-expected.txt
|
| @@ -23,8 +23,8 @@ rules[1].cssRules[1].insertRule('@media all { @page :left { top: 0; } }', 1)
|
| PASS rules[1].cssRules[1].cssRules.length is 2
|
| PASS rules[1].cssRules[1].cssRules[1].type is CSSRule.MEDIA_RULE
|
| PASS rules[1].cssRules[1].cssRules[1].cssRules[0].type is CSSRule.PAGE_RULE
|
| -PASS getComputedStyle(document.getElementById('t0')).content is "\"APPLIED\""
|
| -PASS getComputedStyle(document.getElementById('t1')).content is "\"UNTOUCHED\""
|
| +PASS getComputedStyle(document.getElementById('t0')).content is "normal"
|
| +PASS getComputedStyle(document.getElementById('t1')).content is "normal"
|
| PASS successfullyParsed is true
|
|
|
| TEST COMPLETE
|
|
|