diff options
author | bors-servo <lbergstrom+bors@mozilla.com> | 2017-01-12 21:49:04 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-12 21:49:04 -0800 |
commit | 93d7298a90c400456e3cea8428ad1c1f3254cc22 (patch) | |
tree | 3238e242e91d0ad9d877a6b8d31d80a03e540be3 /components/script/dom/htmlscriptelement.rs | |
parent | cc8bee8f8990e9bb23171fe65a259978749a9d2f (diff) | |
parent | 679d9dece7214add1a5a92e6d0ff0392c36151a4 (diff) | |
download | servo-93d7298a90c400456e3cea8428ad1c1f3254cc22.tar.gz servo-93d7298a90c400456e3cea8428ad1c1f3254cc22.zip |
Auto merge of #15002 - upsuper:background-fields, r=Manishearth
Fix filling of two vector fields for geckolib
<!-- Please describe your changes on the following line: -->
This fixes a crash of stylo when you do the following:
```javascript
p.setAttribute("style", "background-blend-mode: multiply");
alert(getComputedStyle(p).backgroundBlendMode);
p.setAttribute("style", "background-blend-mode: normal, normal");
alert(getComputedStyle(p).backgroundBlendMode);
```
r? @Manishearth
<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/15002)
<!-- Reviewable:end -->
Diffstat (limited to 'components/script/dom/htmlscriptelement.rs')
0 files changed, 0 insertions, 0 deletions