Auto merge of #7151 - dzbarsky:style-setters, r=jdm

Make CSSStyleDeclaration setters rethrow errors instead of unwrapping



<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/7151)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2015-08-10 23:04:34 -06:00
commit b8d464f5dc
5 changed files with 153 additions and 138 deletions

View file

@ -1,3 +1,8 @@
[cssstyledeclaration-mutability.htm]
type: testharness
expected: CRASH
[HTMLElement's CSSStyleDeclaration is mutable]
expected: FAIL
[StyleSheet's CSSStyleDeclaration is mutable]
expected: FAIL

View file

@ -1,3 +1,8 @@
[cssstyledeclaration-mutability.xht]
type: testharness
expected: CRASH
[HTMLElement's CSSStyleDeclaration is mutable]
expected: FAIL
[StyleSheet's CSSStyleDeclaration is mutable]
expected: FAIL

View file

@ -1,3 +1,8 @@
[cssstyledeclaration-mutability.xht]
type: testharness
expected: CRASH
[HTMLElement's CSSStyleDeclaration is mutable]
expected: FAIL
[StyleSheet's CSSStyleDeclaration is mutable]
expected: FAIL