mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
Auto merge of #6413 - hyowon:invalid_shadow_attrs, r=Ms2ger
Check invalid values for the shadow attributes. I left out checking invalid values when setting the shadows attributes. r? @nox @pcwalton cc @yichoi <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/6413) <!-- Reviewable:end -->
This commit is contained in:
commit
02303941be
5 changed files with 15 additions and 22 deletions
|
@ -1,5 +0,0 @@
|
|||
[2d.fillStyle.parse.invalid.name-3.html]
|
||||
type: testharness
|
||||
[Canvas test: 2d.fillStyle.parse.invalid.name-3]
|
||||
expected: FAIL
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
[2d.shadow.attributes.shadowBlur.invalid.html]
|
||||
type: testharness
|
||||
[Canvas test: 2d.shadow.attributes.shadowBlur.invalid]
|
||||
expected: FAIL
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
[2d.shadow.attributes.shadowColor.invalid.html]
|
||||
type: testharness
|
||||
[Canvas test: 2d.shadow.attributes.shadowColor.invalid]
|
||||
expected: FAIL
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
[2d.shadow.attributes.shadowOffset.invalid.html]
|
||||
type: testharness
|
||||
[Canvas test: 2d.shadow.attributes.shadowOffset.invalid]
|
||||
expected: FAIL
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue