| Index: LayoutTests/fast/dom/shadow/css-hostrule-api-expected.txt
|
| diff --git a/LayoutTests/fast/dom/shadow/css-hostrule-api-expected.txt b/LayoutTests/fast/dom/shadow/css-hostrule-api-expected.txt
|
| index bb8129a45ddd1a55ab7152574b95dd7d1cc64537..5f8e20e29a9c043263a5f7006961a75501d3c063 100644
|
| --- a/LayoutTests/fast/dom/shadow/css-hostrule-api-expected.txt
|
| +++ b/LayoutTests/fast/dom/shadow/css-hostrule-api-expected.txt
|
| @@ -25,11 +25,11 @@ PASS hostRule.cssText is "@host { \n div { border-color: blue; }\n}"
|
| PASS hostRule.cssRules[0].cssText is "div { border-color: blue; }"
|
| Error cases
|
| PASS hostRule.cssRules.length is 1
|
| -PASS hostRule.insertRule('#host { border-color: green; }') threw exception TypeError: Not enough arguments.
|
| +PASS hostRule.insertRule('#host { border-color: green; }') threw exception TypeError: Failed to execute 'insertRule' on 'CSSHostRule': 2 arguments required, but only 1 present..
|
| PASS hostRule.cssRules.length is 1
|
| -PASS hostRule.insertRule() threw exception TypeError: Not enough arguments.
|
| +FAIL hostRule.insertRule() should throw TypeError: Failed to execute 'insertRule' on 'CSSHostRule': 2 arguments required, but only 1 present.. Threw exception TypeError: Failed to execute 'insertRule' on 'CSSHostRule': 2 arguments required, but only 0 present..
|
| PASS hostRule.cssRules.length is 1
|
| -PASS hostRule.deleteRule() threw exception TypeError: Not enough arguments.
|
| +PASS hostRule.deleteRule() threw exception TypeError: Failed to execute 'deleteRule' on 'CSSHostRule': 1 argument required, but only 0 present..
|
| PASS hostRule.cssRules.length is 1
|
| PASS successfullyParsed is true
|
|
|
|
|