mirror of
https://github.com/servo/servo.git
synced 2025-08-18 11:55:39 +01:00
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:
commit
b8d464f5dc
5 changed files with 153 additions and 138 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue